amforth word count
Home
FAQ
Howto
Links
Words
Butterfly
count
addr is the address of a counted string in RAM
Stackeffects
( addr -- addr+1 n )
R( -- )
Definition
: count
dup
1+
swap
c@
;
Used by
[char]
char
(create)
find
number
#>