-- ein einfaches Lua-Beispiel
-- Syntax: texlua <datei>
a=3; b=4; c=5
print("Pythagoras: " .. a^2+b^2 .. "=" .. c^2)