5 lines
87 B
Text
5 lines
87 B
Text
MODULE HelloErr;
|
|
IMPORT Err;
|
|
BEGIN
|
|
Err.String("Goodbye, World!");Err.Ln
|
|
END HelloErr.
|