forked from ground/ground
More tests and readme
This commit is contained in:
7
tests/input.grnd
Normal file
7
tests/input.grnd
Normal 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!"
|
Reference in New Issue
Block a user