跳转到内容

Rebol 编程/q

来自维基教科书,开放的书籍,开放的世界
Q /return value 

停止评估并退出解释器。

Q 是一个原生值。

  • /return -- 返回一个值(到 OS 命令 shell)
    • -- (类型:整数)

源代码

[编辑 | 编辑源代码]
q: native[
    "Stops evaluation and exits the interpreter." 
    /return "Returns a value (to OS command shell)" 
    value [integer!]
]
华夏公益教科书