| 
									
										
										
										
											2009-07-28 15:38:10 -04:00
										 |  |  | ! Copyright (C) 2009 Maxim Savchenko, Slava Pestov. | 
					
						
							|  |  |  | ! See http://factorcode.org/license.txt for BSD license. | 
					
						
							| 
									
										
										
										
											2009-07-28 12:20:28 -04:00
										 |  |  | 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." } ;
 |