Carsten Strotmann on Nostr: npub1asv99…dcm2v What does “1 cells .” print out? Is it “1”? That might be ...
npub1asv99t9c9nrvhqp3y5hnraecxptgwtv9u68yttwk3jkdy9y2sv5qndcm2v (npub1asv…cm2v) What does “1 cells .” print out? Is it “1”? That might be an error in this Forth, unless it is a token threaded forth, where “cells” might be 1 byte (token) only.
https://forth-standard.org/standard/core/CELLS
The code in the tutorial looks correct.
But not all Forth systems are equal or standards compliant.
Your Forth might have a non-standard implementation of “cells”. What Forth are you using?
https://forth-standard.org/standard/core/CELLS
The code in the tutorial looks correct.
But not all Forth systems are equal or standards compliant.
Your Forth might have a non-standard implementation of “cells”. What Forth are you using?