aboutsummaryrefslogtreecommitdiff
path: root/dumpbas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'dumpbas.rst')
-rw-r--r--dumpbas.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/dumpbas.rst b/dumpbas.rst
index aabff21..59cf93b 100644
--- a/dumpbas.rst
+++ b/dumpbas.rst
@@ -137,10 +137,15 @@ The dump looks like::
>0d !28 $0f =05 "H/48 E/45 L/4c L/4c O/4f" 14:
>19 !36 80 2d #0e [40 01 00 00 00 00] 16
-There are two statements. The first one ends with token *14* (the
-end-of-statement or tokenized colon) and the second ends with *16*
-(the end-of-line token). The string *"HELLO"* is visible, and so is
-the floating point constant *1*.
+The first line is the line header. The next two are the two
+statements. The first one ends with token *14* (the end-of-statement
+or tokenized colon) and the second ends with *16* (the end-of-line
+token). The string *"HELLO"* is visible, and so is the floating point
+constant *1*.
+
+Long statements will wrap, if they're wider than the terminal. If this
+is a problem, use a wider terminal, and/or pipe through a pager that
+knows how to scroll horizontally.
EXIT STATUS
===========