Number reversal game: Difference between revisions

m
→‎{{header|REXX}}: range is 1 to 9 (not 0 to 9)
(→‎{{header|BBC BASIC}}: Marked incorrect with link to talk page.)
m (→‎{{header|REXX}}: range is 1 to 9 (not 0 to 9))
Line 1,938:
<lang rexx>/*REXX program game: reverse a jumbled set of numerals until in order.*/
 
say "This game will show you nine random unique digits (01 ──► 9 inclusive), and"
say "you'll enter one of those digits which will reverse the digits up to (and"
say "including) that digit. The game's objective is to get all the digits in"
2,299

edits