মডিউল:If empty: সংশোধিত সংস্করণের মধ্যে পার্থক্য

test
 
oh, misread doc; thought opposite purpose for template
৫ নং লাইন: ৫ নং লাইন:
local i = 0
local i = 0
args[table.getn(args)] = ''
args[table.getn(args)] = ''
while string.len(args[i]) do
while not string.len(args[i]) do
i = i + 1
i = i + 1
end
end