মডিউল:If empty: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অবয়ব
অসম্পাদনা সারাংশ নেই |
lua doesn't cast nil into blank strings apparently |
||
৫ নং লাইন: | ৫ নং লাইন: | ||
local i = 0 | local i = 0 | ||
args[table.getn(args)] = '' | args[table.getn(args)] = '' | ||
while | while args[i] == nil or string.len(args[i]) == 0 do | ||
i = i + 1 | i = i + 1 | ||
end | end |
০০:৫১, ২৪ ডিসেম্বর ২০১৪ তারিখে সংশোধিত সংস্করণ
এই মডিউলের জন্য মডিউল:If empty/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে