Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #10854
| From | "Rod Pemberton" <do_not_have@notemailnot.cmm> |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Re: Is there a word to compile a sequence of words which follows into another word? |
| Date | 2012-04-04 04:58 -0400 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <jlh2f1$c2c$1@speranza.aioe.org> (permalink) |
| References | (1 earlier) <Tpydndp60MQIr-XSnZ2dnUVZ_jKdnZ2d@supernews.com> <jlbfnt$9su$1@speranza.aioe.org> <3ce0d696-6c2c-4d17-ba6b-f76d66b02260@fw28g2000vbb.googlegroups.com> <4548a85f-6c8d-45c0-aff6-2ecdbd3cdd23@l7g2000vbw.googlegroups.com> <jlejrd$4q0$1@speranza.aioe.org> |
"Rod Pemberton" <do_not_have@notemailnot.cmm> wrote in message news:jlejrd$4q0$1@speranza.aioe.org... > "Mark Wills" <markrobertwills@yahoo.co.uk> wrote in message > news:4548a85f-6c8d-45c0-aff6-2ecdbd3cdd23@l7g2000vbw.googlegroups.com... ... > > I think my definitions for [ and ] are simply: > > > > : [ 0 state ! ; immediate > > : ] 1 state ! ; immediate > > Mine are: > > : [ 0 STATE ! ; IMMEDIATE > : ] 192 STATE ! ; > > 192 is C0h which is used in fig-Forth. You shouldn't need the immediate > on one of them. They're not state aware and so should work for both > interpret and compile modes. ... > Well, I'm not sure what happens if I switch to compile > mode while in interpret mode ... Probably, it's nothing good. Ooops... I forgot to cut that from the draft. They do work as demonstrated earlier in the post: compiling, in interactive or interpret mode, not part of a definition, and that is now snipped. Rod Pemberton
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar
Is there a word to compile a sequence of words which follows into another word? "Rod Pemberton" <do_not_have@noavailemail.cmm> - 2012-03-31 21:57 -0400
Re: Is there a word to compile a sequence of words which follows into another word? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-04-01 05:48 -0500
Re: Is there a word to compile a sequence of words which follows into another word? "Rod Pemberton" <do_not_have@notemailnot.cmm> - 2012-04-02 02:07 -0400
Re: Is there a word to compile a sequence of words which follows into another word? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-04-02 09:29 -0700
Re: Is there a word to compile a sequence of words which follows into another word? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-04-02 09:38 -0700
Re: Is there a word to compile a sequence of words which follows into another word? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-04-02 09:40 -0700
Re: Is there a word to compile a sequence of words which follows into another word? "Elizabeth D. Rather" <erather@forth.com> - 2012-04-02 11:38 -1000
Re: Is there a word to compile a sequence of words which follows into another word? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-04-03 10:31 +0000
Re: Is there a word to compile a sequence of words which follows into another word? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-04-03 05:31 -0700
Re: Is there a word to compile a sequence of words which follows into another word? "Elizabeth D. Rather" <erather@forth.com> - 2012-04-03 08:31 -1000
Re: Is there a word to compile a sequence of words which follows into another word? "Rod Pemberton" <do_not_have@notemailnot.cmm> - 2012-04-03 06:36 -0400
Re: Is there a word to compile a sequence of words which follows into another word? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-04-03 12:03 +0000
Re: Is there a word to compile a sequence of words which follows into another word? "Rod Pemberton" <do_not_have@notemailnot.cmm> - 2012-04-04 04:58 -0400
Re: Is there a word to compile a sequence of words which follows into another word? "A. K." <akk@nospam.org> - 2012-04-02 23:31 +0200
Re: Is there a word to compile a sequence of words which follows into another word? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-04-02 11:04 +0000
Re: Is there a word to compile a sequence of words which follows into another word? BruceMcF <agila61@netscape.net> - 2012-03-31 19:30 -0700
Re: Is there a word to compile a sequence of words which follows into another word? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-04-02 08:39 -0700
Re: Is there a word to compile a sequence of words which follows into another word? Hugh Aguilar <hughaguilar96@yahoo.com> - 2012-04-05 23:55 -0700
Re: Is there a word to compile a sequence of words which follows into another word? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-04-03 01:02 -0700
Re: Is there a word to compile a sequence of words which follows into another word? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-04-03 12:58 +0000
Re: Is there a word to compile a sequence of words which follows into another word? Hugh Aguilar <hughaguilar96@yahoo.com> - 2012-04-03 03:00 -0700
csiph-web