mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-04 00:57:13 -08:00
MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
This commit is contained in:
@@ -5,11 +5,10 @@ Conversion to [Pascal](https://en.wikipedia.org/wiki/Pascal_(programming_languag
|
||||
##### 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
|
||||
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".
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user