DO REPEAT: Order PRINT output correctly.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 2 Mar 2023 22:16:25 +0000 (14:16 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 2 Mar 2023 22:17:37 +0000 (14:17 -0800)
commitdf1d194af32e35739355981252785e768f21ebb0
tree33b6e3b6fb23357ea4ca1202327f00c9e19d659c
parentac97c51273f9d180eb492adc3643729973dab6dd
DO REPEAT: Order PRINT output correctly.

This was printed in reverse order, although the commands were executed in
the correct order.
src/language/commands/repeat.c
tests/language/commands/do-repeat.at