跳至内容

Rebol 编程/in

来自维基教科书,开放的书籍,开放的世界
IN object word 

返回对象上下文中​​的单词。

IN 是一个本机值。

  • 对象 -- (类型:对象端口)
  • 单词 -- (类型:任何单词)

源代码

[编辑 | 编辑源代码]
in: native[
    "Returns the word in the object's context." 
    object [object! port!] 
    word [any-word!]
]
华夏公益教科书