Finish adding anonymous labels, unit tests

This commit is contained in:
2025-06-17 23:49:35 -07:00
parent b5c817d64d
commit 0f59dd668a
8 changed files with 166 additions and 4 deletions
+18
View File
@@ -0,0 +1,18 @@
#end
:touch
#take gems 100 lt100
#give gems 100
You have hundreds of gems.
#end
:lt100
#take gems 10 lt10
#give gems 10
You have tens of gems.
#end
:lt10
#take gems 1 lt1
#give gems 1
You have at least one gem.
#end
:lt1
You don't have any gems!