2018-04-19, 12:13 PM
Good again!
For printing constants, the HEAP should not be used, but something like PRINT "HELLO " + a$ is not a constant.
So our program should now use HEAP at all. Which version are you using?
For printing constants, the HEAP should not be used, but something like PRINT "HELLO " + a$ is not a constant.
So our program should now use HEAP at all. Which version are you using?