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

6 lines
100 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
define stderr(s::string) => {
file_stderr->writeBytes(#s->asBytes)
}
stderr('Goodbye, World!')