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