Thanks to visit codestin.com
Credit goes to github.com

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

The error occurs when the last line is comment out of close block token #291

Open
@Gamu2059

Description

@Gamu2059

this processing program occurs the error
because of the last line is commented out with close block token.

void setup() {
  any process ...
}
// }

But, next program doesn't occur the error.

void setup() {
  any process ...
}
// }
// hogehoge

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions