Rock-paper-scissors: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 23:
 
Cnt: array (Choice) of Natural := (1, 1, 1);
-- for the initialization: pretend that each of R.Rock, P.Paper, and S., has been played once by the human
-- and Scissors, has been played once by the human
-- else the first computer choice would be deterministic
 
function Computer_Choice return Choice is
Anonymous user