Rock-paper-scissors: Difference between revisions

Line 4,201:
=={{header|uBasic/4tH}}==
This implementation uses a 6-bits binary scheme, where the lower three bits represent the choice of the user and the higher three bits the choice of the computer:
 
{{incorrect|C|This example does not seem to use the weighted average AI from the task description.}}
 
<lang> 20 LET P=0: LET Q=0: LET Z=0