forked from ground/ground
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
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!"
|