mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
EMERGENCY: Computer is dying, this is an incomplete commit, do not use
This commit is contained in:
10
scripts/big_if_true.toy
Normal file
10
scripts/big_if_true.toy
Normal file
@@ -0,0 +1,10 @@
|
||||
if (true) print "Correct"; else print "Error";
|
||||
if (true) print "Correct"; else print "Error";
|
||||
if (true) print "Correct"; else print "Error";
|
||||
if (true) print "Correct"; else print "Error";
|
||||
if (true) print "Correct"; else print "Error";
|
||||
if (true) print "Correct"; else print "Error";
|
||||
if (true) print "Correct"; else print "Error";
|
||||
if (true) print "Correct"; else print "Error";
|
||||
if (true) print "Correct"; else print "Error";
|
||||
if (true) print "Correct"; else print "Error";
|
||||
Reference in New Issue
Block a user