Adapted to tell the user what language they were written in (because they're too similar!). Modified the Pascal implementation to work with our new syscall model.

This commit is contained in:
dtrg
2007-04-21 23:19:32 +00:00
parent f33fd63590
commit d48c81664f
5 changed files with 11 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ VAR
finished : BOOLEAN;
BEGIN
WriteLn;
WriteString("Hi there! Before we start, what is your name?");
WriteString("Hi there! I'm written in Modula-2. Before we start, what is your name?");
WriteLn;
reads;
WriteLn;