Changes between Version 3 and Version 4 of ExpressionSyntax
- Timestamp:
- 2017-09-14 09:35:01 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExpressionSyntax
v3 v4 4 4 This is just an area win which I'm exploring a simple expression syntax ... 5 5 6 = Here's an example of a simple syntax = 6 7 {{{ 7 8 operators := ( "+" | "-" | "*" | "/" | "%" | "=" );