mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
Spaces tend to cause annoyances in a Unix-style shell environment. This change fixes that.
16 lines
650 B
Markdown
16 lines
650 B
Markdown
Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html)
|
|
|
|
Conversion to [Pascal](https://en.wikipedia.org/wiki/Pascal_(programming_language))
|
|
|
|
##### Translator Notes:
|
|
I tried to preserve as much of the original layout and flow of the code
|
|
as possible. I added a procedure for the printing of the die-face; and
|
|
another to read an integer from the player, as I was unhappy with the runtime
|
|
error message spat out when a non-number is given to readln(<integer>).
|
|
|
|
I was torn between using the correct singular term "die" instead of "dice".
|
|
In the end I used a (poor?) combination of both.
|
|
|
|
krt@krt.com.au 2020-10-12
|
|
|