Echo

Echo 是显示输出的简单函数。

语法

Echo (String)

返回结果

不返回数据。

示例

该示例将显示“Test”一词:

函数 Main

echo "test"

End 函数