for f=1,20,1 do a=100-math.floor(math.random(200)) print("math.abs("..tostring(a)..")="..tostring(math.abs(a))) end