5 lines
176 B
Text
5 lines
176 B
Text
-- print to standard error
|
|
stdErr("Goodbye, World!", TRUE)
|
|
|
|
-- print to the Windows debug console (shown in realtime e.g. in Systernal's DebugView)
|
|
dbgPrint("Goodbye, World!")
|