Changes between Version 16 and Version 17 of CIVLite


Ignore:
Timestamp:
09/28/23 13:01:14 (3 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CIVLite

    v16 v17  
    5151
    5252expr: lval | constant | '(' expr ')' | expr '+' expr | ... // + - * / mod  - == != >= > < <= && || !
     53  | 'ite' '(' expr ',' expr ',' expr ')'
    5354  | 'array' '(' type ',' expr ',' expr ')' // array(element-type, length, value)
    5455