Re: Using pipes example

Ulf Herrman <striness-3/[email protected]> Tue, 08 Jul 2025 23:57:46 -0500
Newsgroups gmane.comp.lang.forth.gforth
Message-ID <[email protected]>
The documentation isn't completely clear on this, but 'open-pipe' opens
a pipe as in popen(3), not as in mkfifo(3) or pipe(2):

s" echo hi" w/o open-pipe throw  ok 1
hi

- ulf