10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
@begin
|
|
print "Do you like cheese? "
|
|
input &userIn
|
|
equal $userIn "yes" &cond
|
|
if $cond %end
|
|
println "That's sad"
|
|
jump %begin
|
|
@end
|
|
println "Yay! I do too"
|