From f1a225ef3dbeea22931bcdd706b58441a2034564 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 17 Jun 2020 02:28:06 +0300 Subject: [PATCH] Fix unreadable sentence in block 031. (#122) This clearly has some words missing. --- blk/031 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blk/031 b/blk/031 index 822b9e1..bb0149f 100644 --- a/blk/031 +++ b/blk/031 @@ -7,9 +7,9 @@ modified. "I:" prefix means "IMMEDIATE", that is, that this stack transformation is made at compile time. Word references (wordref): When we say we have a "word -reference", it's a pointer to a word's *code link*. For -example, the address that "' DUP" is a wordref, that is, a -reference to the code link of the word DUP. +reference", it's a pointer to a word's *code link*. For example, +the address that "' DUP" puts on the stack is a wordref, that +is, a reference to the code link of the word DUP. PF: Parameter field. The area following the code link of a word. For example, "' H@ 1+" points to the PF of the word H@.