Changes between Version 5 and Version 6 of Language/Overview/DestructiveUpdate
- Timestamp:
- 08/26/10 01:50:12 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/Overview/DestructiveUpdate
v5 v6 78 78 }}} 79 79 The pointer inside `point` which used to reference `oldX` was updated to reference to `newX`. 80 81 For comparison, the Disciple expression: 82 {{{ 83 point # x 84 }}} 85 86 Is similar to the C expression. 87 {{{ 88 &(point . x) 89 }}}
