hex

Hexadecimal value.

Returns value of hexadecimal argument x.

Syntax

hex[x]

Parameters

x Hexadecimal representation of value.
Return Value Value of hexadecimal argument x.

Examples

#<result> = hex[AA]

result: 170

See also

bin, chr