Changes between Version 4 and Version 5 of ExpressionSyntax


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ExpressionSyntax

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