Help for this page
class Foo { # code here ... class Foo is also { # more code here }
class Int is also { method frob { ... } } 4.frob;