Skip to content

Commit

Permalink
basic: (fix) define A0 also in step2
Browse files Browse the repository at this point in the history
  • Loading branch information
asarhaddon committed Nov 14, 2024
1 parent 2d71f99 commit ef318ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions impls/basic/step2_eval.in.bas
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ SUB EVAL
GOSUB EMPTY_Q
IF R THEN R=A:GOSUB INC_REF_R:GOTO EVAL_RETURN

A0=Z%(A+2)

EVAL_INVOKE:

REM evaluate A0
Expand Down

0 comments on commit ef318ff

Please sign in to comment.