Documenting newlines in block editor.

This commit is contained in:
Brad Nelson
2021-02-13 11:06:38 -08:00
parent 35cb021aa8
commit 9e6af37a6d
3 changed files with 6 additions and 0 deletions

View File

@ -146,6 +146,8 @@ SCR ( -- a ) Pointer to last listed block
<h5>Block Editor</h5>
These words are available inside the <code>EDITOR</code> vocabulary.
Note the block editor places newlines in the 63rd column of each line
to make the block file readable in a text editor.
<pre>
WIPE ( -- ) Blank out the current block
L ( -- ) List the current block

View File

@ -107,6 +107,8 @@ SCR ( -- a ) Pointer to last listed block
<h5>Block Editor</h5>
These words are available inside the <code>EDITOR</code> vocabulary.
Note the block editor places newlines in the 63rd column of each line
to make the block file readable in a text editor.
<pre>
WIPE ( -- ) Blank out the current block
L ( -- ) List the current block

View File

@ -112,6 +112,8 @@ SCR ( -- a ) Pointer to last listed block
<h5>Block Editor</h5>
These words are available inside the <code>EDITOR</code> vocabulary.
Note the block editor places newlines in the 63rd column of each line
to make the block file readable in a text editor.
<pre>
WIPE ( -- ) Blank out the current block
L ( -- ) List the current block