跳轉到內容

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!]
]

華夏公益教科書