Files
cground/tests/test.grnd

10 lines
152 B
Plaintext
Raw Permalink Normal View History

2025-11-23 16:32:54 +11:00
@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"