minibasic
minibasic copied to clipboard
Negative variables in an IF condition fail
IF -a < 10 THEN PRINT
produces this error: "stack underflow"
IF a < -b THEN PRINT
exits MiniBASIC and produces a stack trace