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