local p = {}
function p.shuffle(frame)
math.randomseed(os.time())
local t = {}
for _,arg in pairs(frame:getParent().args) do
table.insert(t, arg)
end
local s = ""
while #t > 0 do
local k = math.random(#t)
s = s .. table.remove(t, k) .. "\n"
end
return s
end
return p
Dorosłość – coś, czego pragnie każde dziecko, ale żadne nie wie dlaczego.
Czy nie wiesz…
Że filmy pokazujące przejazd całą Zakopianką są zwykle dzielone na 100 odcinków?