Call <subprogram name>
所有版本
CALL命令将任务的执行转移到被引用的子程序。 当子程序完成时,返回到调用子程序的任务中执行。
Task
Program … Call Move_X [Do 10 incremental moves] …
End Program