An input or output parameter to a subroutine. For example:
// P1 is input parameter, P2 is output PROC SOMEPROC (P1 : P2); ...