major touch-up into presentable form
[rrq/rrqforth.git] / adoc / p_exit.adoc
index c1f4a909c55db5c4fadbbefa444a534c6f638ccc..1d9d78ad8a77156fc73012dc3ea92f7c7f192c16 100644 (file)
@@ -1,9 +1,14 @@
+// rrqforth.asm:       WORD p_exit, 'EXIT',fasm
+
 anchor:p_exit[]
 
-Word: EXIT
-----------
+=== Word: EXIT
+
+....
+Data stack: ( -- )
+....
 
-----
-rrqforth.asm:  WORD p_exit, 'EXIT',fasm
-----
+"EXIT" is a function word that implements the ending of a FORTH
+definition and its threading to the subsequent step of the calling
+definition.