Rock-paper-scissors: Difference between revisions

m
→‎traditional, 3 choices: changed wording in the REXX section header.
m (→‎traditional, 3 choices: changed wording in the REXX section header.)
Line 4,000:
::*   allows the human player to   QUIT   at any time
::*   keeps track of the human player's responses   (to hopefully make future computer winning choices)
::*   uses properbetter "English"/grammer,     i.e.:       ''rock breaks scissors'',       and       ''paper covers rock''.
<lang rexx>/*REXX program plays rock─paper─scissors with a human; tracks what human tends to use. */
!= '────────'; err=! '***error***'; @.=0 /*some constants for this program. */