RosettaCodeData/Task/Hello-world-Standard-error/Lingo/hello-world-standard-error-1.lingo
2016-12-05 23:44:36 +01:00

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!")