Make the Pascal example look the same as the other hilo examples.

This commit is contained in:
David Given 2020-02-05 23:05:10 +01:00
parent 97bed6c0a5
commit dea8e6f334

View file

@ -60,7 +60,6 @@ procedure getname;
begin
writeln;
writeln('Hi there! I''m written in Pascal. Before we start, what is your name?');
writeln;
readstring(name, namelen);
writeln;
write('Hello, ');