RosettaCodeData/Task/Hello-world-Standard-error/Forth/hello-world-standard-error.fth
2023-07-01 13:44:08 -04:00

4 lines
73 B
Forth

outfile-id
stderr to outfile-id
." Goodbye, World!" cr
to outfile-id