X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_exit.adoc;h=f0db678babe5f06e03efbdc876c553c2a6cdcd6e;hb=97bcab28825fde3e717ac5489b0f3f19e5e3f5db;hp=1d9d78ad8a77156fc73012dc3ea92f7c7f192c16;hpb=656f37efbd89db1b1088281047a9633cf74e92ec;p=rrq%2Frrqforth.git diff --git a/adoc/p_exit.adoc b/adoc/p_exit.adoc index 1d9d78a..f0db678 100644 --- a/adoc/p_exit.adoc +++ b/adoc/p_exit.adoc @@ -5,10 +5,8 @@ anchor:p_exit[] === Word: EXIT .... -Data stack: ( -- ) +Data stack: ( v -- ) .... -"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.