6 lines
70 B
Lua
6 lines
70 B
Lua
local a = 1
|
|
local t = {
|
|
x = math.max(1, 2),
|
|
y = math.min(1, 2),
|
|
}
|