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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user