Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion PIR method calls
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Leopold Toetsch  
View profile  
 More options Mar 10 2004, 11:49 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Wed, 10 Mar 2004 16:42:47 +0100
Local: Wed, Mar 10 2004 10:42 am
Subject: [CVS ci] PIR method calls
I have expanded the parser a bit:

   obj.method(args)
   ret = obj.method(...)
   (retvals) = obj.method(...)

C<method> is a label. It's not yet stored in the classes namespace. s.
imcc/t/syn/objects.t

And plain function calls work now with variables too:

   .local pmc the_sub
   the_sub = global "_sub"
   the_sub(10, 20)
   ...
   .sub _sub

leo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.