repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix some db docs
[factor/jcg.git]
/
basis
/
unicode
/
script
/
script-docs.factor
blob
6612825c21eb971f833ee9783df862e62041f8ec
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