Content deleted Content added
No edit summary |
No edit summary |
||
Line 6:
output = "Bob "
local done = 0
--
if args[1] == "
output = output.."Test1 "
else
output = output..args[1]
|
No edit summary |
No edit summary |
||
Line 6:
output = "Bob "
local done = 0
--
if args[1] == "
output = output.."Test1 "
else
output = output..args[1]
|