The FUNCTION statement marks the beginning of a function subprogram and defines the subprogram's parameters. Example FUNCTION INTEGER COMPUTE (A, B, C$) . . . END FUNCTION