Module:Arguments: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
add a more detailed comment about metatable behaviour |
check fargs and pargs before writing new values to args if options.noOverwrite is set |
||
வரிசை 88:
metatable.__newindex = function (t, key, val)
if not options.readOnly and (not options.noOverwrite or
metaArgs[key] = val
end
| |||