forked from ground/ground
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
@begin
|
|
stdout "Do you like cheese? "
|
|
stdin &userin
|
|
equal $userin "yes" &condition
|
|
if $condition %end
|
|
stdlnout "That is sad"
|
|
jump %begin
|
|
@end
|
|
stdlnout "Awesome! I do too!"
|