Sujet : Re: Fetch string from comment
De : sjack (at) *nospam* dontemail.me (sjack)
Groupes : comp.lang.forthDate : 05. Mar 2025, 17:00:28
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vq9ses$2fub0$1@dont-email.me>
References : 1 2 3 4
User-Agent : tin/2.6.4-20240224 ("Banff") (Linux/6.8.0-55-generic (x86_64))
dxf <
dxforth@gmail.com> wrote:
albeit not idiot-proof ... ( ) needs to be balanced.
Yes, which is my most use case. An odd-ball unblanced () is still
workable using the components, adding parenthesis to balance and
adjusting the count for consumption:
.( Use this when () are balanced )
@( Use this when "foo(" left () unblanced)) 1- type
For me the other issue was non-graphic characters. Unable to avoid it
I adopted a simplified form of 200x escapes whereby " becomes \22 .
That's another topic. Could be handled by enhanced comment but perhaps
better delt with by other means.