Sujet : Re: the FMITE processor De : minforth (at) *nospam* gmx.net (minforth) Groupes :comp.lang.forth Date : 22. Jul 2024, 19:12:41 Autres entêtes Organisation : novaBBS Message-ID :<69665163b9c60656b423a6c0f4d4165e@www.novabbs.com> References :12 User-Agent : Rocksolid Light
MinForth V3.6 - 32 bit # : SPLIT-ON-SPACE begin dup while parse-string cr type repeat 2drop ; ok # " 314 boo! [bar] " split-on-space 314 boo! [bar] ok #