Changes between Version 4 and Version 5 of ExpressionSyntax
- Timestamp:
- 2017-09-14 09:35:19 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExpressionSyntax
v4 v5 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 == Here's an example of a simple syntax == 7 7 {{{ 8 8 operators := ( "+" | "-" | "*" | "/" | "%" | "=" );