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
|
begin
|
||||||
writeln;
|
writeln;
|
||||||
writeln('Hi there! I''m written in Pascal. Before we start, what is your name?');
|
writeln('Hi there! I''m written in Pascal. Before we start, what is your name?');
|
||||||
writeln;
|
|
||||||
readstring(name, namelen);
|
readstring(name, namelen);
|
||||||
writeln;
|
writeln;
|
||||||
write('Hello, ');
|
write('Hello, ');
|
||||||
|
|
Loading…
Reference in a new issue