Call an object method: Difference between revisions

→‎Anonymous methods: It has a name so it's not anonymous.
(→‎{{header|Perl 6}}: Clean-up and simplification)
(→‎Anonymous methods: It has a name so it's not anonymous.)
Line 1,069:
</lang>
 
=== AnonymousClassless methods ===
 
An anonymousA method that is not in a class can be called by using the <code>&</code> sigil explicitly.
 
<lang perl6>
Anonymous user