]> gitweb.factorcode.org Git - factor.git/blob - basis/unicode/script/script-docs.factor
6612825c21eb971f833ee9783df862e62041f8ec
[factor.git] / basis / unicode / script / script-docs.factor
1 USING: help.syntax help.markup ;\r
2 IN: unicode.script\r
3 \r
4 HELP: script-of\r
5 { $values { "char" "a code point" } { "script" "a symbol" } }\r
6 { $description "Gets a symbol representing the code point of a given character. The word name of the symbol is the same as the one " } ;\r