Skip to content

Empty Strings not working. THEN not processed correctly #3

@cbmbas

Description

@cbmbas

Actually 2 Issues:
1.Code like:
i$="" causes BPP to hang.

  1. 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions