about summary refs log tree commit diff
path: root/bottles.mz
diff options
context:
space:
mode:
Diffstat (limited to 'bottles.mz')
-rw-r--r--bottles.mz22
1 files changed, 22 insertions, 0 deletions
diff --git a/bottles.mz b/bottles.mz
new file mode 100644
index 0000000..c7d18a3
--- /dev/null
+++ b/bottles.mz
@@ -0,0 +1,22 @@
+##,##,##,##,##,##,##,##,##,##,##,##,##
+##,##,##,##,##,^^,##,##,##,##,##,##,## //Start Car
+##,##,##,##,..,<>,..,..,##,##,##,##,## //Make New Car
+##,..,..,..,..,##,##,..,##,##,##,##,##
+##,..,##,##,##,..,..,<>,..,..,##,##,## //Make New Car
+##,AA,##,##,##,AB,##,##,##,AC,##,##,## //Set Values of Cars
+##,%D,..,..,##,%D,..,..,##,%D,..,..,## //Make sure car goes down
+##,>>,##,..,##,..,##,..,##,..,##,..,## //Printing...
+##,..,##,>>,##,>>,##,>>,##,..,##,AC,##
+##,>>,##,..,##,..,##,..,##,..,##,>>,##
+##,..,##,..,##,..,##,..,##,>>,##,AF,##
+##,AD,**,AG,##,..,AE,..,##,..,AE,..,## //Have we got to one?
+##,(),##,##,##,##,(),##,##,##,(),##,## //Destroy Cars
+##,##,##,##,##,##,##,##,##,##,##,##,##
+ 
+AA-> =99
+AB-> ="Bottles of Beer on the wall,"
+AC-> ="Bottles of Beer\n"
+AD-> IF == 1 THEN %D ELSE %R
+AE-> IF ** THEN %R ELSE %D
+AF-> ="You Take one down, Pass it around,"
+AG-> -= 1