mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
var s = "42";
|
|
var t = "69";
|
|
|
|
assert int (s + t) - 1 == 4268, "casting parentheses failed";
|
|
|
|
|
|
print "All good";
|