Rebol 编程/make
外观
< Rebol 编程
MAKE type spec
构造并返回一个新值。
MAKE 是一个动作值。
- type -- 数据类型或示例值。 (类型:any-type)
- spec -- 新值的属性。 (类型:any-type)
make: native[ "Constructs and returns a new value." type [any-type!] "The datatype or example value." spec [any-type!] "The attributes of the new value." ]