17.6.1.0780 BLANK STRING
( c-addr u -- )
If u is greater than zero, store the character value for space in u consecutive character positions beginning at c-addr.
Testing:
ContributeContributions
JimPeterson [294] Possible Reference ImplementationSuggested reference implementation2023-04-09 12:41:33
I think this is effectively:
: BLANK ( c-addr u -- )
BL FILL
;