跳转到内容

Rebol 编程/to

来自维基教科书,开放的书籍,开放的世界
TO type spec 

构造并返回转换后的新值。

TO 是一个动作值。

  • 类型 -- 数据类型或示例值。 (类型:任何类型)
  • 规范 -- 新值的属性。 (类型:任何类型)

源代码

[编辑 | 编辑源代码]
to: native[
    {Constructs and returns a new value after conversion.} 
    type [any-type!] "The datatype or example value." 
    spec [any-type!] "The attributes of the new value."
]
华夏公益教科书