Files
cground/tests/test.grnd
2025-11-23 16:32:54 +11:00

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"