Ens torna el caracter amb el codi ascii num.
num
num El codi ascii del que volem obtindre el caracter.
function init() setmode(2) end function update() cls() for y=0,14 do for x=0,19 do locate(x,y) color(rnd(16),rnd(16)) print(chr(rnd(256))) end end end
Deleting the wiki page "chr" cannot be undone. Continue?