Help for this page

Select Code to Download


  1. or download this
    class Foo isa Bar does This {
        ...
    }
    
  2. or download this
    class Foo :isa(Bar) :does(This) {
        ...
    }