Rock-paper-scissors: Difference between revisions

Content added Content deleted
(Added Easylang)
 
Line 1,624: Line 1,624:


=={{header|EasyLang}}==
=={{header|EasyLang}}==
{{trans|Python}}
<syntaxhighlight>
<syntaxhighlight>
tool$[] = [ "rock" "paper" "scissors" ]
tool$[] = [ "rock" "paper" "scissors" ]