Rebol 编程/to
外观
< Rebol 编程
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." ]