Debugging with GDB: M2 Constants |
---|
Next: M2 Types, Previous: Built-In Func/Proc, Up: Modula-2 [Contents][Index]
GDB allows you to express the constants of Modula-2 in the following ways:
'
) or double ("
). They may
also be expressed by their ordinal value (their ASCII value, usually)
followed by a ‘C’.
'
) or double ("
).
Escape sequences in the style of C are also allowed. See C and C++ Constants, for a brief explanation of escape
sequences.
TRUE
and
FALSE
.