Changes between Version 6 and Version 7 of CurrentlyProposedLanguage
- Timestamp:
- Nov 4, 2010 4:21:52 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CurrentlyProposedLanguage
v6 v7 3 3 = Relational operators = 4 4 Standard relational operators apply 5 || Meaning || Operator||5 ||'''Meaning ''' || '''Operator '''|| 6 6 ||Less than ||< || 7 7 ||Less or equal ||<= || … … 13 13 = Logical operators = 14 14 Standard logical operators apply 15 || Meaning || Operator||15 ||'''Meaning''' || '''Operator '''|| 16 16 ||And || and || 17 17 ||Or || or || … … 26 26 = Temporal operators = 27 27 We want to be able to denote order and concurrency of events and state changes, and duration of events. 28 || Meaning || Operator and example||28 ||'''Meaning ''' ||''' Operator and example '''|| 29 29 ||A occurs after B || B -> A || 30 30 ||A and B occur concurrently || A | | B ||