Skip to content

If, Goto, and Labels #8

@Shalmezad

Description

@Shalmezad

Let's say I have the following code:

IF[#101EQ0]GOTO1000
(ACTION A)
N1000
(ACTION B)

if #101 was NOT equal to 0, would it do both action A AND B, ignoring the label?
Or would it treat the label like a sub method, skipping it to go straight to the end?
I have a feeling it's the former, but I need to be sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions