RosettaCodeData/Task/Hello-world-Standard-error/Ra/hello-world-standard-error.ra

7 lines
128 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
class HelloWorld
**Prints "Goodbye, World!" to standard error**
on start
print to Console.error made !, "Goodbye, World!"