Created
June 11, 2018 12:52
-
-
Save tbrowder/e9badf2055a85c5cfd31222cb310b8f0 to your computer and use it in GitHub Desktop.
declarator block
This file contains 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
#|( | |
This sub does everything including | |
filling the kitchen sink. It includes: | |
+ knives | |
+ forks | |
and all kinds of other things. | |
) | |
sub kitchen-sink {} | |
# The declarator block would be parsed as a paragraph followed | |
# by a list of two items and a final, following paragraph |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment