How to get stdout into gforth
Dennis Ruffer <[email protected]>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
Say I want to do something like this: s" cd .. ; pwd" system /home/druffer How do I get the output of pwd back into gforth? I see infile-execute, but I don’t see an examples for me to try. Is that the right path, or is there another? DaR