Help for this page

Select Code to Download


  1. or download this
    sub tst :break {
      ...
    }
    
  2. or download this
    my $y :Int;
    
  3. or download this
    sub hello :around(makebold) {
    
      return "ohai";
    
    }