Wiki

Changes between Version 1 and Version 2 of Expressions

Show
Ignore:
Timestamp:
05/31/13 13:57:06 (11 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Expressions

    v1 v2  
    11= Expressions = 
     2 
     3Cobra supports the usual range of expressions, simple and compound, optionally '()' delimited 
     4   
     5 * Arithmetic Expressions 
     6 * Logical Expressions  
     7 * Bit expressions 
    28 
    39 * [wiki:CoalesceExpression Coalesce] 
    410 * [wiki:ForExpression For] 
    511 * [wiki:IfExpression If] 
     12 * [wiki:TryExpression Try]