4 lines
90 B
Text
4 lines
90 B
Text
|
|
start_up = proc ()
|
||
|
|
stream$putl(stream$error_output(), "Goodbye, World!")
|
||
|
|
end start_up
|