WIP: if-then-else, incomplete

This commit is contained in:
2024-11-19 17:14:39 +11:00
parent 7398898a61
commit 34577ecfe1
8 changed files with 197 additions and 11 deletions

10
scripts/cond.toy Normal file
View File

@@ -0,0 +1,10 @@
if (true) {
print "Success";
}
else {
print "Failed";
}