From 4a748e231a402035f59209d045d4a25d4088d0e9 Mon Sep 17 00:00:00 2001 From: Jonas Jonker Date: Fri, 28 Aug 2020 10:14:41 +0200 Subject: [PATCH] Update p.typ fixed the following error: "gtypist: line 363: data exceeds screen length:" in Lesson 5 by deleting a few lines in p.typ. Also change a typo in next lesson prompt 5. --- p.typ | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/p.typ b/p.typ index cd1a9ef..057880b 100644 --- a/p.typ +++ b/p.typ @@ -343,24 +343,8 @@ S:/* Hello world in C, K&R style */ : System.Console.WriteLine("Hello, World!"); : } :} - : - : - : - : - : - :// Hello world in Delphi - :Program Hello_World; - : - :{$APPTYPE CONSOLE} - : - :Begin - : WriteLn('Hello World'); - :End. -Q:Do you want to continue to lesson P7 [Y/N] ? +Q:Do you want to continue to lesson P6 [Y/N] ? N:MENU