7 lines
		
	
	
		
			274 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			274 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								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 " } ;
							 |