Actually 2 Issues:
1.Code like:
i$="" causes BPP to hang.
- Code like:
print"hello":a=0
if a=0 then b=1
Leads to Error:
0 print"hallo":a=0
error: line 1: could not resolve label 'b'
Everthing after a THEN is interpreted as a Label, even Commands like POKE etc., which is wrong.
Removing all THEN from BASIC Code can circumvent that Error (but it's ugly).
Actually 2 Issues:
1.Code like:
i$="" causes BPP to hang.
print"hello":a=0
if a=0 then b=1
Leads to Error:
0 print"hallo":a=0
error: line 1: could not resolve label 'b'
Everthing after a THEN is interpreted as a Label, even Commands like POKE etc., which is wrong.
Removing all THEN from BASIC Code can circumvent that Error (but it's ugly).