[перевірена версія][перевірена версія]
Вилучено вміст Додано вміст
м Захистив «Модуль:Arguments»: 220+ тисяч включень ([Редагування=Дозволено тільки автопідтвердженим користувачам] (безстроково) [Перейменуванн...
мНемає опису редагування
Рядок 131:
 
-- We test for false specifically here so that nil (the default) acts like true.
-- ми тестуємо на хибність тут, тому nil (за замовчуванням) діє як істинність
if found or options.frameOnly == false then
pargs = parent.args
Рядок 140 ⟶ 141:
else
-- options.wrapper isn't set, so check the other options.
-- options.wrapper не встановлено, отож перевіримо інші опції.
if not options.parentOnly then
fargs = frame.args
Рядок 292 ⟶ 294:
-- the value in metaArgs, so that __index, __pairs and __ipairs do
-- not use a previous existing value, if present; and we also need
-- to memoizememorize the nil in nilArgs, so that the value isn't looked
-- up in the argument tables if it is accessed again.
--]]