Changes between Version 5 and Version 6 of HemlockProgrammer/RepresentationOfText
- Timestamp:
- 01/14/08 07:39:40 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HemlockProgrammer/RepresentationOfText
v5 v6 19 19 20 20 21 == 2.1. Lines == 21 == 2.1. Lines ==#Lines 22 22 23 23 A `line` is an object representing a sequence of characters with no line breaks. … … 76 76 remains unmodified, but this does not happen often. 77 77 78 == 2.2. Marks == 78 == 2.2. Marks ==#Marks 79 79 80 80 A `mark` indicates a specific position within the text represented by a … … 235 235 then nil is returned and mark is not modified. 236 236 237 == 2.3. Regions == 237 == 2.3. Regions ==#Regions 238 238 239 239 A `region` is simply a pair of marks: a starting mark and an ending
