factor/basis/unicode/script/script-docs.factor

11 lines
399 B
Factor
Raw Normal View History

2009-03-18 21:02:03 -04:00
! Copyright (C) 2009 Daniel Ehrenberg
! See http://factorcode.org/license.txt for BSD license.
USING: help.syntax help.markup strings ;
2008-05-05 00:33:54 -04:00
IN: unicode.script
2009-03-18 21:02:03 -04:00
ABOUT: script-of
2008-05-05 00:33:54 -04:00
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 " } ;