mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-24 07:27:59 -07:00
d10e80e2c0
In a language with list assignments, array slices, and a reverse() built-in, the reversal can be done in one statement.
Original source downloaded from Vintage Basic
Conversion to Perl