#25 Labels on multiple load/run sequences break

Open
opened 2 years ago by ChipMaster · 0 comments

A program using labels will break on consecutive LOAD / RUN cycles. Something like:

LOAD "TEST.BAS"
RUN
LOAD
RUN

ERROR in line 14: Undefined line

STACK TRACE:
14:gosub my_label_1

EDIT instead of LOAD does the same thing. Doing:

LOAD "TEST.BAS"
RUN
NEW
LOAD
RUN

works.

A program using labels will break on consecutive `LOAD` / `RUN` cycles. Something like: ``` LOAD "TEST.BAS" RUN LOAD RUN ERROR in line 14: Undefined line STACK TRACE: 14:gosub my_label_1 ``` `EDIT` instead of `LOAD` does the same thing. Doing: ``` LOAD "TEST.BAS" RUN NEW LOAD RUN ``` works.
ChipMaster added the
blunder
label 2 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.