RETURN
Purpose | Unconditionally ends the
execution of the current CusFn and return to the caller (which is either the ladder
program or another CusFn which has executed a CALL command). Use of the RETURN statement is optional if there is no conditional ending required. After executing the last statement the CusFn will return to the caller automatically. |
See Also | CALL |