Created
February 20, 2017 22:48
-
-
Save justuswilhelm/3a765def9c5d4fe5bf5d3a36a38e415a to your computer and use it in GitHub Desktop.
Idea for Agent Based Lang
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
bottles: | |
bottles: | |
1: | |
- print < "%d Bottles on a wall\n" < n | |
n: | |
- print < "%d Bottles on a wall\n" < n | |
- bottles < sub1 < n |
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: | |
@import: | |
- ./bottles.mepa | |
main: | |
- bottles.bottles < 99 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment