跳转到内容

Rebol 编程/to-hex

来自维基教科书,开放的书籍,开放的世界
TO-HEX value 

将整数转换为十六进制问题!。

TO-HEX 是一个本机值。

  • -- 要转换的值(类型:整数)

源代码

[编辑 | 编辑源代码]
to-hex: native[
    "Converts an integer to a hex issue!." 
    value [integer!] "Value to be converted"
]
华夏公益教科书