home bbs files messages ]

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,927 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 117,096 of 117,927   
   Paul Rubin to Anton Ertl   
   Re: Stack vs stackless operation   
   26 Feb 25 11:44:15   
   
   From: no.email@nospam.invalid   
      
   anton@mips.complang.tuwien.ac.at (Anton Ertl) writes:   
   > : :=: ( addr1 addr2 -- )   
   >     OVER @ >R  DUP @   ROT !   R> SWAP ! ;   
      
   : ex ( a1 a2 -- ) 2>r 2r@ @ swap  @ r> !  r> ! ;   
      
   looks a little simpler.   
      
   The effort of implementing special native words for this though are   
   probably better spent on locals.   
      
   : ex {: x y -- :} x @ y @ x ! y ! ;   
      
   --- 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