for a=1,15,1 do b=math.random(10);c=math.random(10) if (b>c) then print(tostring(b)..","..tostring(c)..": b is greater than c") end end