ferrite-lua/examples/test.lua
2026-03-14 15:55:00 +02:00

7 lines
96 B
Lua

function max ()
local m = a
-- if b > a then
-- m = b
-- end
return m
end