mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
WIP: if-then-else, incomplete
This commit is contained in:
10
scripts/cond.toy
Normal file
10
scripts/cond.toy
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
if (true) {
|
||||
print "Success";
|
||||
}
|
||||
|
||||
else {
|
||||
print "Failed";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user