Модуль:String: различия между версиями

Нет описания правки
imported>Alexei Kopylov
м (откат правок Alexei Kopylov (обс.) к версии DonRumata)
 
 
Строка 504: Строка 504:
         value = frame_args[arg]
         value = frame_args[arg]
         if value == nil then
         if value == nil then
            value = frame_args[index];
             index = index + 1;
             index = index + 1;
         end
         end