Skip to content
This repository was archived by the owner on Feb 28, 2018. It is now read-only.
This repository was archived by the owner on Feb 28, 2018. It is now read-only.

Optional semicolons #117

Description

@MaxGraey

How

var i: int32 = 0; i++
do {...} while (...)

But

for (var i: int32 = 0; i < 10; i++) {} // ok
for (var i: int32 = 0; i < 10; i++;) {} // SyntaxError

Now
Skipped semicolon cause to syntax error

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions