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 116,391 of 117,927    |
|    sjack to All    |
|    Using just FigForth core words    |
|    03 Apr 24 07:59:59    |
      From: sjack@dontemail.me              Put aside all my extensions and explored using FigForth core       words only. Here are three of several things I found interesting:              Fig-Forth 1.0.A       ( Example #1, Stash data stack items)              : XX S0 @ SP! ; OK       : S0! S0 ! ; OK       : !S0 TIB @ S0! ; OK       : .S S0 @ BEGIN CELL - SP@ OVER < WHILE DUP ? REPEAT DROP ; OK              ( some stack items.............) 1 2 3 4 5 OK       .s 1 2 3 4 5 OK       ( stash them...................) sp@ s0! OK       ( use the stack................) 666 777 888 OK       .s 666 777 888 OK       ( restore stashed items........) xx !s0 OK       .s 1 2 3 4 5 OK              ( Example #2, Input counted string _directly_ into given storage area)              : CREATE: |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca