Help for this page

Select Code to Download


  1. or download this
    sub is(&) { return $_[0] }
    sub goal { ... }
    ...
    # ...
    
    goal 'foo' is { ... }
    
  2. or download this
    goal mygoal
    
  3. or download this
    goal 'mygoal', sub