Další informace o formátu souboru LUA a rozhraních API, která mohou vytvářet a otevírat soubory LUA....function addto(x) -- Return a new function that adds x to the argument...argument return function(y) return x + y end end Řídicí tok while condition...