It looks like you're new here. If you want to get involved, click one of these buttons!
if x ~= 0 then
Comments
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
(if x!= 0 then) equivalent
(if not x == 0 then)
I mean not "s" , something like "equivalent of != operator in LUA"