Sujet : Re: Parsing timestamps?
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.forthDate : 30. Jun 2025, 07:18:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87jz4tzr8v.fsf@nightsong.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
dxf <
dxforth@gmail.com> writes:
What is POST ?
Opposite of PICK. Overwrites a slot in the middle of the stack. I saw
that name in another clf post pretty recently, idk if it is commonly
implemented. I think I've also seen it called POKE. I'd call it
barbaric from a stack programming perspective if done in user code, but
if the compiler does it in some specific implementation, I don't mind.