Next: , Previous: , Up: Modula-2   [Contents][Index]


15.4.9.7 Modula-2 Type and Range Checks

Warning: in this release, ROCGDB does not yet perform type or range checking.

ROCGDB considers two Modula-2 variables type equivalent if:

As long as type checking is enabled, any attempt to combine variables whose types are not equivalent is an error.

Range checking is done on all mathematical operations, assignment, array index bounds, and all built-in functions and procedures.