<' extend sys { // This is how delcare a method say_hello() is { out ("Hello World"); }; run() is also { say_hello(); }; }; '>