Help for this page

Select Code to Download


  1. or download this
    .sub _main @MAIN
            print "starting\n"
    ...
    
            print "finished\n"
    .end
    
  2. or download this
    .namespace ['MyClass']
    
    ...
        print "registering class\n"
        newclass tmpl_class, 'MyClass'
    .end