minibasic icon indicating copy to clipboard operation
minibasic copied to clipboard

Negative variables in an IF condition fail

Open chinhouse opened this issue 2 years ago • 0 comments

IF -a < 10 THEN PRINT

produces this error: "stack underflow"

IF a < -b THEN PRINT

exits MiniBASIC and produces a stack trace Screenshot 2023-09-24 185518

chinhouse avatar Sep 25 '23 01:09 chinhouse