At 07:09 PM 9/22/2001 +0300, raptor wrote:
>hi,
>
>is it possible the ops to handle variable number of arguments

No.

Which isn't to say that if you do:

   new P0, list
   push P0, "A "
   push P0, "multipart "
   push P0, "string"
   push P0, "\n"
   print P0

you won't get "A multipart string" out, because you will. :) (Once we 
create the PMC code and list PMC library, of course...)


                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to