Help for this page

Select Code to Download


  1. or download this
    $ cat test.t
    class A {
    ...
    
    $ ./perl6 test.t
    called some-method
    
  2. or download this
    for $a, $b {
        .?some-method
    }