Overlapping Input and Output Lines

Some external routines process and reassign the value of an existing variable; such a routine will use the same variable for both input and output. GT.M thus allows arguments to the external call function to serve as both input and output for an external routine. If an external routine makes use of this feature, the external call table entry must contain an INPUT line and an OUTPUT line that reference the same POSITION. When INPUT and OUTPUT lines describe the same POSITION, external call processing enforces the following constraints: