MODULE hello2 ; FROM StrIO IMPORT WriteString, WriteLn ; BEGIN WriteString ("hello world") ; WriteLn END hello2.