-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Labels
bugcategory:expressionsIssues about the expression parser, variable scoping etc.Issues about the expression parser, variable scoping etc.
Description
It turns out the expression 10% + 20% is parsed right now as 10 % ((+20) / 100) (so: the first % is interpreted as mod).
Originally posted by @josdejong in #2861 (reply in thread)
Metadata
Metadata
Assignees
Labels
bugcategory:expressionsIssues about the expression parser, variable scoping etc.Issues about the expression parser, variable scoping etc.