Rexx - ask 命令



此命令用于从默认输入流读取一行。

语法

variable = ask 

参数

  • 变量 - 存储用户输入值的变量。

返回值

示例

/* Main program */ 
input = ask 
say input

输出

运行以上程序后,我们将得到以下结果。如果我们输入值 hello,我们将得到 hello 的输出。

ASK
rexx_netrexx.htm
广告