📅  最后修改于: 2022-03-11 15:00:56.859000             🧑  作者: Mango
Local $sString = "This is an example of writing to the console."
ConsoleWrite($sString & @CRLF) ; Running this in a text editor which can trap console output e.g. SciTE, will display value of $sString.