Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #13785
| Date | 2012-07-10 19:58 +0200 |
|---|---|
| From | Fanzo <cristianof6@gmail.com> |
| Newsgroups | comp.lang.forth |
| Subject | colon colon |
| Message-ID | <4ffc6c61$0$1375$4fafbaef@reader2.news.tin.it> (permalink) |
| Organization | TIN.IT (http://www.tin.it) |
Developing my own forth, im tring to make all definitions as possible
from inside the minimal interpreter.
So the result is "write only language"
I had difficulties to understand what i did one month ago
to define "colon"
createheader :
1301 ,
32 word createheader find
now 501 ,n 801 ,n execute , | compile DROP on the fly
1301 ,
32 word smudge find
now execute ,
1301 ,
32 word ] find
now execute ,
801 ,
101 load
Back to comp.lang.forth | Previous | Next — Next in thread | Find similar
colon colon Fanzo <cristianof6@gmail.com> - 2012-07-10 19:58 +0200
Re: colon colon "Rod Pemberton" <do_not_have@notemailnot.cmm> - 2012-07-11 04:01 -0400
Re: colon colon Mark Wills <markrobertwills@yahoo.co.uk> - 2012-07-11 02:01 -0700
Re: colon colon Fanzo <cristianof6@gmail.com> - 2012-07-11 21:11 +0200
Re: colon colon "Rod Pemberton" <do_not_have@notemailnot.cmm> - 2012-07-12 05:15 -0400
Re: colon colon Fanzo <cristianof6@gmail.com> - 2012-07-12 19:58 +0200
csiph-web