Modulo:Software: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m isFreeSoftware(frame) return 'sì', 'no', '' |
m isFreeSoftware(frame) return 'sì', 'no', nil |
||
Riga 39:
local is = p._isFreeSoftware(frame)
if is == nil then
return
end
return is and 'sì' or 'no'
|