RosettaCodeData/Task/Hello-world-Standard-error/Lingo/hello-world-standard-error-1.lingo
2023-07-01 13:44:08 -04: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!")