OpenWrt_Luci_Lua/1_6.lua_test/test_three_eye_char.lua
2015-06-13 23:06:56 +08:00

3 lines
42 B
Lua

local var = 10 > 9 and 10 or 9
print(var)