From dea8e6f3347877d84f9e2ea5e2b123eacab0e0f3 Mon Sep 17 00:00:00 2001 From: David Given Date: Wed, 5 Feb 2020 23:05:10 +0100 Subject: [PATCH] Make the Pascal example look the same as the other hilo examples. --- examples/hilo.p | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hilo.p b/examples/hilo.p index 161ff8049..3215ea1ca 100644 --- a/examples/hilo.p +++ b/examples/hilo.p @@ -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, ');