| 
							
							USING: help.syntax help.markup ;
 | 
						
						
						
						
							 | 
							
							IN: unicode.script
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							HELP: script-of
 | 
						
						
						
						
							 | 
							
							{ $values { "char" "a code point" } { "script" "a symbol" } }
 | 
						
						
						
						
							 | 
							
							{ $description "Gets a symbol representing the code point of a given character. The word name of the symbol is the same as the one " } ;
 |