Changes between Version 3 and Version 4 of ExpressionSyntax


Ignore:
Timestamp:
2017-09-14 09:35:01 (8 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExpressionSyntax

    v3 v4  
    44This is just an area win which I'm exploring a simple expression syntax ... 
    55 
     6= Here's an example of a simple syntax = 
    67{{{ 
    78operators := ( "+" | "-" | "*" | "/" | "%" | "=" );