| Posted: 07:03am 13 Jan 2023 |
|
|
|
' a = 1 b = 2 c = 3 IF a = 1 THEN b = 0 : c = 0 : PRINT "test complete" PRINT "b = ";b PRINT "c = " ; c
result:
RUN test complete b = 0 c = 0 >
Tested on picomite, DOS and MMB4W
There must be something else at play. Give an example that fails. Preferably every time.
Jim Edited 2023-01-13 17:04 by TassyJim |