major touch-up into presentable form
[rrq/rrqforth.git] / adoc / p_tell.adoc
index 4a607d7a7be40236e3d2099f3ec45af43cc622c0..a84fb1a84698b36fe94510745c6ca0ad4426126d 100644 (file)
@@ -1,9 +1,11 @@
-anchor:p_tell[]
+// stdio.asm:  WORD p_tell,'TELL',fasm
 
-Word: TELL
-----------
+anchor:p_tell[]
 
-----
-stdio.asm:     WORD p_tell,'TELL',fasm
-----
+=== Word: TELL
+....
+Data stack: ( char* n -- )
+....
 
+"TELL" is a function word that prints a string to stdout (file
+descriptor 1).