This commit is contained in:
2025-08-10 15:42:52 +10:00
parent 2e388c6e68
commit 3f2482d7ea
5 changed files with 62 additions and 10 deletions

View File

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