Sujet : Re: Fetch string from comment
De : sjack (at) *nospam* dontemail.me (sjack)
Groupes : comp.lang.forthDate : 05. Mar 2025, 19:00:36
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vqa3g4$2h88k$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : tin/2.6.4-20240224 ("Banff") (Linux/6.8.0-55-generic (x86_64))
sjack <
sjack@dontemail.me> wrote:
.( Use this when () are balanced )
@( Use this when "foo(" left () unblanced)) 1- type
( Using vocabulary for bacForth style )
: .(( rtc back 1- type trek @( ;
: .() rtc back 1 /+- type trek @( ;
( For non-diabetics:)
cr i. .(( foo (bar) "bat(" ))
--> foo (bar) "bat("
cr i. .() (foo (bar) "bat)" )
--> foo (bar) "bat)"
--