Ens torna el valor absolut d'x. O siga, si es negatiu el torna positiu.
x El nombre sobre el que aplicar l'operació.
x
function init() local x = -4 local y = abs(x) cls() print(y.." es el valor absolut de "..x, 0, 0) end
Deleting the wiki page "abs" cannot be undone. Continue?