mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-04-28 11:53:21 -07: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