OpenWrt_Luci_Lua/1_6.lua_test/test_three_eye_char.lua

3 lines
42 B
Lua
Raw Normal View History

2015-06-13 14:34:38 +00:00
local var = 10 > 9 and 10 or 9
print(var)