Dan Sugalski wrote:

Calling a method:

object.variable(pararms)

Do we need the more explicit pcc_call syntax too:


   .pcc_begin
   .arg x
   .meth_call PObj, ("meth" | PMeth ) [, PReturnContinuation ]
   .result r
   .pcc_end

leo



Reply via email to