Next: RM 13 9 14-17 Unchecked Conversion, Previous: RM 13 7 37 Address as Private, Up: Implementation Advice [Contents][Index]
"Operations in
System
and its children should reflect the target environment semantics as closely as is reasonable. For example, on most machines, it makes sense for address arithmetic to ’wrap around’. Operations that do not make sense should raiseProgram_Error
."
Followed. Address arithmetic is modular arithmetic that wraps around. No
operation raises Program_Error
, since all operations make sense.