RosettaCodeData/Task/Hello-world-Standard-error/Lasso/hello-world-standard-error.lasso

6 lines
100 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
define stderr(s::string) => {
file_stderr->writeBytes(#s->asBytes)
}
stderr('Goodbye, World!')