Changes between Version 10 and Version 11 of CIVLite
- Timestamp:
- 09/22/23 15:12:08 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CIVLite
v10 v11 29 29 function: 'fun' type ID '(' formallist? ')' '{' (typedvar ';')* labelnode* '}' 30 30 labelnode: (ID ':')? node 31 node: transition | '{' transition* '}'// multiple transitions may depart a node31 node: transition ('or' transition)* // multiple transitions may depart a node 32 32 transition: ((expr | 'else') '->')? action ('goto' ID ';')? 33 33 // if guard is missing, guard is 1 (true)
