Sujet : Re: "The Best Programming Language for the End of the World"
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.forthDate : 05. Apr 2025, 07:16:30
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87v7rjb0ap.fsf@nightsong.com>
References : 1 2 3 4
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
dxf <
dxforth@gmail.com> writes:
: FOPEN ( a n fam -- ) open-file s" open" ferr cf ! ;
I'm used to functions like this returning file handles instead of
storing into a global var, so you can have more than one file active at
the same time.