var/varnew

Declare a new variable.

注意: 在正常情况下,你不应该使用这个命令。如果你想创建一个变量,你可以用 myvar = 42

参数

arg1 Variable name (will be prefixed with ‘$’ if not done).

[arg2] Initial variable value (see console input for details).

结果

此命令不会设置任何结果变量。