Files
Toy/scripts/example.toy

4 lines
51 B
Plaintext

var s = "42";
var t = "69";
print int (s + t) - 1;