Help for this page

Select Code to Download


  1. or download this
    class Foo {
       # code here
    ...
    class Foo is also {
       # more code here
    }
    
  2. or download this
    class Int is also {
        method frob {
    ...
        }
    }
    4.frob;