跳转到内容

Rebol 编程/as-string

来自维基教科书,开放世界中的开放书籍
AS-STRING string 

将任何类型的字符串强制转换为字符串!数据类型,不进行复制。

AS-STRING 是一个原生值。

  • 字符串 -- (类型:任何字符串)

源代码

[编辑 | 编辑源代码]
as-string: native[
    {Coerces any type of string into a string! datatype without copying it.} 
    string [any-string!]
]

华夏公益教科书