מ. רובין
יצירת דף עם התוכן "local z = {} -- Convert number to hebrew letters function z._num_to_he( first ) result = "" --return first if first then -- if NaN or nil, will skip down to final return while first >= 400 do result = result .. "ת" first = first - 400 end if first >= 300 then result = result .. "ש" first = first - 300 elseif first >= 200 then result = result .. "ר"..."