Loading...
Loading...
Lua scripting for game development, embedded systems, and configuration. Use for .lua files.
npx skill4agent add g1joshi/agent-skills luaprint("Hello, World!")
function factorial(n)
if n == 0 then
return 1
else
return n * factorial(n - 1)
end
endt = { key = "value", [1] = "first" }
print(t.key)local#nilnil