Skip to content

Should throw an error #154

@BruceSherwood

Description

@BruceSherwood

a = (5)3
print(a)

transpiles to

var a;
a = 5;
3;
print(a); // displays 5

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