Changes between Version 1 and Version 2 of CoalesceExpression
- Timestamp:
- 12/20/10 02:51:48 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CoalesceExpression
v1 v2 1 = Coalesce Expression = 2 1 3 The '''coalesce''' binary expression evaluates to the first non-nil value. There is an augmented assignment version of it as well. 2 4