-
Notifications
You must be signed in to change notification settings - Fork 0
Lua
Leonard Ramminger edited this page May 14, 2026
·
1 revision
{{ lua "return upper(name)" }}{{ lua:block }}
return "Hello " .. name
{{ endlua }}{{ if lua("return enabled == 'true'") }}ok{{ endif }}
{{ if lua:block }}
return enabled == 'true'
{{ endlua }}ok{{ endif }}upper(value)lower(value)trim(value)starts_with(value, prefix)ends_with(value, suffix)
lua_instruction_limit=100000lua_memory_limit_bytes=4194304
Blocked by default:
osiodebugpackagerequiredofileloadfile