Fix string docs.
parent
f41fcc937e
commit
7e6d031cc8
|
@ -12,7 +12,7 @@ HELP: alien>string
|
||||||
{ $description "Reads a null-terminated C string from the specified address with the given encoding." } ;
|
{ $description "Reads a null-terminated C string from the specified address with the given encoding." } ;
|
||||||
|
|
||||||
HELP: string>symbol
|
HELP: string>symbol
|
||||||
{ $values { "str" string } { "alien" alien } }
|
{ $values { "str/seq" { $or string sequence } } { "alien" alien } }
|
||||||
{ $description "Converts the string to a format which is a valid symbol name for the Factor VM's compiled code linker. By performing this conversion ahead of time, the image loader can run without allocating memory."
|
{ $description "Converts the string to a format which is a valid symbol name for the Factor VM's compiled code linker. By performing this conversion ahead of time, the image loader can run without allocating memory."
|
||||||
$nl
|
$nl
|
||||||
"On Windows CE, symbols are represented as UCS2 strings, and on all other platforms they are ASCII strings." } ;
|
"On Windows CE, symbols are represented as UCS2 strings, and on all other platforms they are ASCII strings." } ;
|
||||||
|
|
Loading…
Reference in New Issue