Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: myrroddin
Forum: Lua/XML Help 10-22-19, 01:47 PM
Replies: 5
Views: 2,882
Posted By myrroddin
Follow up, to make things a bit more clear. The...

Follow up, to make things a bit more clear. The two following sets of lines are functionally identical but are not exactly identical.
if something then
if something == "cat" then
if something == 5...
Forum: Lua/XML Help 10-22-19, 01:41 PM
Replies: 5
Views: 2,882
Posted By myrroddin
As a side note, the following line can be...

As a side note, the following line can be rewritten.
if CA_match_number ~= nil then
After the rewrite, it becomes
if CA_match_number then
The reason is that in Lua (possibly other languages as well)...
Showing results 1 to 2 of 2