Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[CVS ci] PIR method calls

7 views
Skip to first unread message

Leopold Toetsch

unread,
Mar 10, 2004, 10:42:47 AM3/10/04
to P6I
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

0 new messages