[<<][packetforth][>>][..]Wed May 30 15:47:10 CEST 2007
i don't have much choice for method binding, given the
architecture. shallow binding using the 'swaptask' dynamic variables,
and deferred words.
a method is thus:
- a deferred word
- a local-xt
what i need is a convenient syntax. something like this is probably best:
{ split interpret pd-done } method pd-float
ok. i think i got it sorted out now.
[Reply][About]
[<<][packetforth][>>][..]