company logo

Input/output parameter

Input/output parameters are passed to the function or expression and can be modified. Modifications are returned to the calling function or expression.

Definition: 

inout := 'inout' | __inout

__inout :: 'INOUT'