Java Experts Take Note:
Duke The naming convention for the integer types differs from Java. This is for historical reasons, to keep the terminology the same across all Midas frameworks. (The names originated on VMS which used a 16-bit integer type.)

X-Midas Users Take Note:
Caveman Older versions of X-Midas do not support the Extra-Long Integer (X) type. Support for the Extra-Long Integer (X) type in NeXtMidas and Martes predated X-Midas. Also note that inside a macro, NeXtMidas uses S: (String) rather then A: (ASCII). In other words, the NeXtMidas macro uses Java strings (variable length Unicode strings) rather than fixed-length ASCII strings.