Skip to content

Multiple statements are allowed on one line. #168

@python-processing-unit

Description

@python-processing-unit

According to the specification section 3:

A Prefix program MUST consist of zero or more statements separated by logical newlines. Each top-level expression statement or assignment MUST occupy its own logical line.

In the implementation, however, while a statement MUST NOT be split between two logical lines, multiple statements are allowed on the same logical line.

Metadata

Metadata

Labels

bugSomething isn't workinginterpreterRequires a code change in the interpreter.patchRequires a patch version change.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions