Robots/Phix: Difference between revisions

m
Fixed syntax highlighting.
m (Avoid miscounting task entries twice)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150220%;'>[[Phix]]</span><hrbr>
{{trans|C++}}
<langsyntaxhighlight Phixlang="phix">constant W = 62, H = 42, INC = 10
 
integer robotsCount, aliveRobots, score, X, Y, alive
Line 159:
end procedure
 
play()</langsyntaxhighlight>
9,483

edits