====== Log ====== Deduce the log to the specified string ===== Syntax ===== procedure Log(aMessage: string); ==== Parameters ==== * **//aMessage//** * //type:// string * //functions:// string to deduce into the log ===== Examples ===== -Log('Hello, world!');{{ :wascript_log_1.png }}