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.
According to the specification section 3:
In the implementation, however, while a statement MUST NOT be split between two logical lines, multiple statements are allowed on the same logical line.