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

@@ -2,7 +2,7 @@
2 ' $State$
3 ' $Revision$
10 print "Hi there! Before we start, what is your name?"
10 print "Hi there! I'm written in Basic. Before we start, what is your name?"
20 input "> ", PlayerName$
30 print
40 print "Hello, "; PlayerName$; "!"