Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.forth    |    Forth programmers eat a lot of Bratwurst    |    117,951 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 117,119 of 117,951    |
|    sjack to sjack    |
|    Re: Fetch string from comment    |
|    05 Mar 25 18:00:36    |
   
   From: sjack@dontemail.me   
      
   sjack 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)"   
   --   
      
   --- SoupGate-DOS v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca