gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `s, ` undefined between versions 0.7.9_20201231 and 0.7.9_20210422?


From: Bernd Paysan
Subject: Re: `s, ` undefined between versions 0.7.9_20201231 and 0.7.9_20210422?
Date: Thu, 29 Apr 2021 16:11:53 +0200

Am Donnerstag, 29. April 2021, 13:54:25 CEST schrieb Marcos Cruz:
> After updating version 0.7.9_20201231 to 0.7.9_20210422, a program of
> mine failed because `s,` is not defined.
> 
> It seems something has changed between those versions.

Yes, we removed S,. If you still need it, the best way to define it is

: s, ( addr u -- ) string, align ;

-- 
Bernd Paysan
"If you want it done right, you have to do it yourself"
net2o id: kQusJzA;7*?t=uy@X}1GWr!+0qqp_Cn176t4(dQ*
https://net2o.de/

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]