7 lines
268 B
Factor
7 lines
268 B
Factor
|
IN: byte-arrays.hex
|
||
|
USING: byte-arrays help.markup help.syntax ;
|
||
|
|
||
|
HELP: HEX{
|
||
|
{ $syntax "HEX{ 0123 45 67 89abcdef }" }
|
||
|
{ $description "Constructs a " { $link byte-array } " from data specified in hexadecimal format. Whitespace between the curly braces is ignored." } ;
|