Cameron Esfahani [EMAIL PROTECTED]
"Americans are very skilled at creating a custom meaning from something that's mass-produced."
Ann Powers On Jan 13, 2004, at 3:32 AM, Anton Ertl wrote:
----------------- \ call this with "gforth xxx.fs arg1 arg2"
: echo argc @ 2 +do i arg type loop ;
echo bye ------------------
When I do
gforth xxx.fs foo bar boing
this outputs
foobarboing
A disadvantage of this method is that you don't know reliably where the arguments that interest you are starting. (If people are really interested in this kind of stuff, we might add a method to do this).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
