1
0
forked from ground/ground-old
This repository has been archived on 2026-03-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ground_old_fork/tests/test.grnd

10 lines
152 B
Plaintext
Raw 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"