4 replies to this topic
#1
Posted 27 July 2013 - 06:23 PM
#2
Posted 27 July 2013 - 06:48 PM
Not a bug. It should be:
if not (1 > 2) then print("test") end
You were comparing the result of "not 1" (wich will always be false) with the number 2.
#3
Posted 27 July 2013 - 09:04 PM
ok thanks
#4
Posted 27 July 2013 - 10:52 PM
alternatively just do
also as it currently stands there are no real bugs within the Lua language, it's almost always misuse or user error, so these types of bug reports are better off in Ask a Pro, not in the Bug report section for the mod.
if 1 <= 2 then
print("test")
end
also as it currently stands there are no real bugs within the Lua language, it's almost always misuse or user error, so these types of bug reports are better off in Ask a Pro, not in the Bug report section for the mod.
#5
Posted 27 July 2013 - 11:14 PM
Moved to Ask a Pro.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











