05-24-2024, 11:45 AM
(05-24-2024, 07:31 AM)SMcNeill Wrote: 10 NOT 10... I can see why that's an error. There's no operators there between the first 1 and NOT.
Make that 10 * NOT 10, and all is good.
T = 10
T = T * NOT T
PRINT T
T = 10
T = T * -T
PRINT T
END
What results must be 2 "Print T"?
Hi from beautiful Greece .