Files
Toy/test/scripts/mustfail/string-concat.toy
2023-02-05 15:19:04 +00:00

6 lines
47 B
Plaintext

{
var s = "foo" - "bar";
}
print "All good";