Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #27407
| From | "Alex McDonald" <blog@rivadpm.com> |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Quotation tokens |
| Date | 2013-12-23 20:36 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <l9a6rl$mcj$1@dont-email.me> (permalink) |
Before we get all formal...
There's a general consensus on[: and ;] as the unnamed equivalent of
:noname ; . I'd prefer [' and '] as the inline unnamed equivalent of [']
<name>.
These tokens also more clearly not {: and :}.
: bar {: a b :} [: a b + ;] foo ;
: flop {: c :} [: c ;] flip ;
: bar {: a b :} [' a b + '] foo ;
: flop {: c :} [' c '] flip ;
And quotations use a quote too.
Back to comp.lang.forth | Previous | Next — Next in thread | Find similar | Unroll thread
Quotation tokens "Alex McDonald" <blog@rivadpm.com> - 2013-12-23 20:36 +0000 Re: Quotation tokens Bernd Paysan <bernd.paysan@gmx.de> - 2013-12-23 22:44 +0100
csiph-web