Lompat ke isi

Modul:LoadData: Riwayât rèvisi

Pèlè ḍuwâ' tora (bârna bhiru tasè' è bâbâ) terros pècè' "bhânḍhingngaghi" mon abhânḍhingngaghina vèrsi sè èkaterrowè. Klik sèttong tangghâl mon nèngguwâ vèrsi kaca è tangghâl kasebbhut.
Panegghes: (satèya) = bhidhâ jângkènè, (sabelluna) = bhidhâ bi' vèrsi sabelluna, k = beccè'an kènè'.

3 Oktober 2024

  • satèyasabelluna 01.573 Oktober 2024 01.57 Munajad.MH kanḍhâ dhurrun 1.765 bita +1.765 ←Membuat halaman berisi 'local p = {} -- Finds the next key key <= or >= the given i. -- operator is ±1 local function findItemRange(data, i, operator) local bestIndex = nil i = i * operator for k, v in pairs(data) do local kop = type(k) == 'number' and k * operator if kop and kop <= i and (bestIndex == nil or kop > bestIndex * operator) then bestIndex = k end end if bestIndex then return data[bestIndex] else return nil end end local f...'