Search results
Maybe the WHILE for WHILE/WEND is in MSX so it can be defined and used ?
Score: 181.06 %,
Type: Forum topic , Comments: 3 comments
is not an MSX-BASIC token ( source ).
Perhaps in your code, the WHILE condition is an equality ( WHILE A=0 ), therefore MSX-BASIC parses it as an assignment to the variable WH (i.e.: WH=0 )
10 a=3
20 while a=1 ...
Can a 2nd program be put in a buffer, then MERGE'ed, without actually reading or writing to the cassette-player or disk-drive ?
Score: 180.96 %,
Type: Forum topic , Comments: 1 comment
Wondering if it's actually possible to place a 2nd program ( OR ANY TEXT ! ) in a buffer, then MERGE it with the main program ( OR USE WHATS IN THE BUFFER, IN ANY OTHER WAY ! ), ALL WITHOUT ACTUALLY READING OR WRITING FROM THE CASSETTE-PLAYER OR ...
