Skip to content

Commit 1e5a045

Browse files
author
kbrannen
committed
updated README
1 parent 698eff0 commit 1e5a045

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

86_Target/perl/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html)
22

33
Conversion to [Perl](https://www.perl.org/)
4+
5+
Modified so that if the user enters "quit" or "stop" for the input, the program will exit.
6+
This way the user doesn't have to enter Contorl-C to quit.
7+
8+
Target values can be space and/or comma separated, so "1 2 3" is valid, as is "1,2,3" or even "1, 2, 3".
9+
I believe the original Basic program wanted "1,2,3" or else each on a separate line.

0 commit comments

Comments
 (0)