Overview | Statement List


返回到主程序

Synopsis

RETURN

Description

The RETURN statement may only appear in a subprogram. A subprogram may contain more than one RETURN statement, however, when one is encountered, control is immediately returned to the calling program. The dummy arguments, in the subprogram, are passed to the actual arguments, in the calling program, and the statement following the CALL statement in the calling program is executed.


Copyright ©2015 胡君NX二次开发官网(www.UGapi.com) QQ:85585969 All Rights Reserved.