Modulo:Sandbox/Ignazio Cannata: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Etichette: Modifica da mobile Modifica da web per mobile
Nessun oggetto della modifica
Etichette: Modifica da mobile Modifica da web per mobile
Riga 14:
if args[1] and args[2] then
return 'Ciao, ' .. args[1] .. ', ' .. args[2] .. '?'
ifelseif args[1] and not args[2] then
end
if args[1] and not args[2] then
return "Ciao, " .. args[1] .. "!"
end
if not args[1] and args[2] then
return "" .. args[2] .. "?"
end
end