Does && = and
Also does || = or
I never knew you could use these in Lua.
It's the same.
[QUOTE=Loveasparagus;45940057]Does && = and
Also does || = or
I never knew you could use these in Lua.[/QUOTE]
They're not part of Lua so I wouldn't recommend relying on them. Always use and, or, not, ~= instead of &&, ||, !, !=, that will ensure your code will always work properly.
[QUOTE=Loveasparagus;45940057]Does && = and
Also does || = or
I never knew you could use these in Lua.[/QUOTE]
Garry added c-like operators and syntax to Lua because Garry.
Sorry, you need to Log In to post a reply to this thread.