Sfoglia il codice sorgente

Fix unreadable sentence in block 031.

This clearly has some words missing.
pull/122/head
Alexander Krotov 4 anni fa
parent
commit
bf52ba35ef
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      blk/031

+ 3
- 3
blk/031 Vedi File

@@ -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@.


Loading…
Annulla
Salva