mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-23 22:00:11 +00:00
3 lines
42 B
Lua
3 lines
42 B
Lua
|
local var = 10 > 9 and 10 or 9
|
||
|
print(var)
|