Changes between Version 6 and Version 7 of Language/Overview/DestructiveUpdate
- Timestamp:
- 08/26/10 01:50:53 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/Overview/DestructiveUpdate
v6 v7 84 84 }}} 85 85 86 Is similar to the C expression .86 Is similar to the C expression: 87 87 {{{ 88 88 &(point . x) 89 89 }}} 90 91 This takes a pointer to the `x` field in the `point` structure.
