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,129 of 117,927    |
|    sjack to All    |
|    ED-like paragraphs    |
|    07 Mar 25 20:06:52    |
      From: sjack@dontemail.me              Using ED-like paragraph words for mulitple lines of text.              *P ( ccc -- ) Print multiple lines of text              *P       Print multiple lines of text       until a period appears       on a line by itself.       .                     *A ( ccc a -- a u ) Add multiple lines of text to buffer              pad *A       Add multiple lines of text       to given buffer until a period       begins a newline.       . i. cr type        -->       Add multiple lines of text       to given buffer until a period       begins a newline.              *, ( ccc -- ) Compile multiple lines of text                     : *, rtc back allot drop trek here *a ;       +voc                     Compile g-string              here *,       Now is the time       For all good men       To come home.       . here om 2value gFoo              i. cr gFoo type        -->       Now is the time       For all good men       To come home.              Compile counted string       : *,s rtc back here om 1- swap c! trek here 0 c, *, ;       +voc              create: sfoo *,s       Now is the time       For all good men       To come home.       . i. cr sfoo tell        -->       Now is the time       For all good men       To come home.              -fin-              --- 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