Last active
August 29, 2015 14:05
-
-
Save ELLIOTTCABLE/e7cd9382ad1d2d606d6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
implementation console trace[] Hi (#two); | |
infrastructure affix[] [ foo[] a b c d [two: implementation console explode[] Yo!] ]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAIN: implementation console trace[] Hi (#two); | |
infrastructure affix[] [ foo[] a b c d [two: implementation console explode[] Yo!] ]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAIN: #1; #2; | |
1: implementation console trace[] Hi (#4); | |
2: infrastructure affix[] [#3]; | |
3: foo[] a b c d [#4]; | |
4: implementation console explode[] Yo!; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment