Why is 1 +(2 + 3) a syntax error but 1 + (2 + 3) is ok?

Compiler says:

Error: in expression '3 5': identifier expected, but found '3'

Nim 1.0.4

Reply via email to