Echo 関数は、System Monitor に文字列を出力します。
この関数は何も返しません。
System Monitor に "Hello World!" と出力します。
return function() -- Prints 'Hellow World!' in the system monitor in yellow text. Echo("Hello World!")end