MC-Basic:CALL/zh-hans

From SoftMC-Wiki
< MC-Basic:CALL
Revision as of 07:18, 25 April 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == == 格式 == Call <''subprogram name''> == 适用版本 == 所有版本 == 描述 == CALL命令将任务的执行转移到被引用的子程序...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: English  • 中文(简体)‎

缩写

格式

Call <subprogram name>

适用版本

所有版本

描述

CALL命令将任务的执行转移到被引用的子程序。 当子程序完成时,返回到调用子程序的任务中执行。

类型

取值范围

单位

默认

使用范围

Task

限制

例子

Program

Call Move_X     [Do 10 incremental moves]

End Program

参见