RosettaCodeData/Task/Hello-world-Standard-error/BBC-BASIC/hello-world-standard-error.bbc

5 lines
132 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
STD_ERROR_HANDLE = -12
SYS "GetStdHandle", STD_ERROR_HANDLE TO @hfile%(1)
PRINT #13, "Goodbye, World!"
QUIT