More tests and readme

This commit is contained in:
2025-08-09 20:59:31 +10:00
parent 7364a3ac3e
commit 767cf65016
3 changed files with 46 additions and 0 deletions

7
tests/input.grnd Normal file
View File

@@ -0,0 +1,7 @@
stdout "Do you like cheese? "
stdin &userin
equal $userin "yes" &condition
if $condition %7
stdlnout "That is sad"
jump %1
stdlnout "Awesome! I do too!"