Changes between Version 6 and Version 7 of CurrentlyProposedLanguage


Ignore:
Timestamp:
Nov 4, 2010 4:21:52 PM (13 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CurrentlyProposedLanguage

    v6 v7  
    33= Relational operators =
    44Standard relational operators apply
    5 ||Meaning         || Operator ||
     5||'''Meaning     '''    || '''Operator '''||
    66||Less than       ||<         ||
    77||Less or equal   ||<=        ||
     
    1313= Logical operators =
    1414Standard logical operators apply
    15 ||Meaning || Operator ||
     15||'''Meaning''' || '''Operator '''||
    1616||And     || and      ||
    1717||Or      || or       ||
     
    2626= Temporal operators =
    2727We 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 '''||
    2929||A occurs after B                 || B -> A               ||
    3030||A and B occur concurrently       || A | | B              ||