Make the Pascal example look the same as the other hilo examples.
This commit is contained in:
parent
97bed6c0a5
commit
dea8e6f334
|
@ -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, ');
|
||||
|
|
Loading…
Reference in a new issue