Files
Toy/test/scripts/casting-parentheses-bugfix.toy

8 lines
111 B
Plaintext

var s = "42";
var t = "69";
assert int (s + t) - 1 == 4268, "casting parentheses failed";
print "All good";