Menu

#91 Multiplication by negative number fails

open
parser (46)
5
2011-12-13
2011-12-13
rlander
No

A multiplication with a negative number which is not enclosed by round brackets fails to parse.
Tested with the latest version from git repository.

Example:

PROGRAM multiply_by_negative
INTEGER :: i
i = 1*-1
END PROGRAM

Discussion


Log in to post a comment.