Joshua Wills
Results
2
issues of
Joshua Wills
**let x = 1; let y = x + 3; if (x - 1) { exit(1); } elif (x - 1) { exit(2); } exit(y);** Program crashes in this example....
I created a simple test script that you could use to automate testing, ensuring you don't make any breaking changes etc. Checks both exit code and (optionally) stdout when you...