7 lines
96 B
Lua
7 lines
96 B
Lua
function max ()
|
|
local m = a
|
|
-- if b > a then
|
|
-- m = b
|
|
-- end
|
|
return m
|
|
end |