begin
writeln('Tak Auyeung');
writeln('999 Milky Way');
writeln('Galaxy, UV 99999')
end.
I just changed the original writeln statement, and added two more
writeln statements. Note that I use the semicolon (;) to
separate the statements. In Pascal, a semicolon is used as a
statement separator. This is why when I only had one statement,
there was no need to use a semicolon.