< Rebol Programming

USAGE:

TO-HEX value 

DESCRIPTION:

Converts an integer to a hex issue!.

TO-HEX is a native value.

ARGUMENTS

  • value -- Value to be converted (Type: integer)

SOURCE CODE

to-hex: native[
    "Converts an integer to a hex issue!." 
    value [integer!] "Value to be converted"
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.