mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 06:43:06 -08:00
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