Sujet : Re: Fetch string from comment
De : mhx (at) *nospam* iae.nl (mhx)
Groupes : comp.lang.forthDate : 05. Mar 2025, 08:57:24
Autres entêtes
Organisation : novaBBS
Message-ID : <ba5ec544f44a5c77f2f7881f67882f66@www.novabbs.com>
References : 1 2 3 4
User-Agent : Rocksolid Light
For the past 30 years, I got by with having .~ in addition to ." .
The word .~ does the same ." but uses `~` as its delimiter.
Most of my uses are served by judicious switching between ."
and .~ .
I am not a fan of S\" TYPE as it tends to move the parsing and
interpretation problems to parts of the code / library that may
not be prepared for it, or where it would be quite an overhead
to anticipate every present and future possibility. For instance,
having a backspace in a string has no obvious meaning in most
of the system code, and an application can simply redefine BS
to have it do what is necessary.
-marcel