Skip to content

break and continue statements break live mode #93

@schveiguy

Description

@schveiguy

Live mode outputs strings surrounding all statements. I have some hackish things to fix issues with if statements and return statements.

But two other statements that cannot have output of strings are the break and continue statements. If an extra HTML output is done, then the compiler flags that output as an unreachable statement, even though no HTML will ever be inserted there.

Probably should extend the hack to include these statements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions