Skip to content

Instantly share code, notes, and snippets.

@justuswilhelm
Created February 20, 2017 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justuswilhelm/3a765def9c5d4fe5bf5d3a36a38e415a to your computer and use it in GitHub Desktop.
Save justuswilhelm/3a765def9c5d4fe5bf5d3a36a38e415a to your computer and use it in GitHub Desktop.
Idea for Agent Based Lang
bottles:
bottles:
1:
- print < "%d Bottles on a wall\n" < n
n:
- print < "%d Bottles on a wall\n" < n
- bottles < sub1 < n
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