system: fix stack effect for exit in docs.
parent
88a40c19e2
commit
e648ce70bb
|
@ -69,7 +69,7 @@ HELP: embedded?
|
||||||
{ $values { "?" "a boolean" } }
|
{ $values { "?" "a boolean" } }
|
||||||
{ $description "Tests if this Factor instance is embedded in another application." } ;
|
{ $description "Tests if this Factor instance is embedded in another application." } ;
|
||||||
|
|
||||||
HELP: exit ( n -- )
|
HELP: exit ( n -- * )
|
||||||
{ $values { "n" "an integer exit code" } }
|
{ $values { "n" "an integer exit code" } }
|
||||||
{ $description "Exits the Factor process." } ;
|
{ $description "Exits the Factor process." } ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue