some new words
[rrq/rrqforth.git] / adoc / p_exit.adoc
index 1d9d78ad8a77156fc73012dc3ea92f7c7f192c16..f0db678babe5f06e03efbdc876c553c2a6cdcd6e 100644 (file)
@@ -5,10 +5,8 @@ anchor:p_exit[]
 === Word: EXIT
 
 ....
-Data stack: ( -- )
+Data stack: ( -- )
 ....
 
-"EXIT" is a function word that implements the ending of a FORTH
-definition and its threading to the subsequent step of the calling
-definition.
-
+"EXIT" is a function word that terminates the +rrqforth+ process
+immediately with the given exit code.