Re: How to tell the difference bewteen comparing and assigning

new topic     » goto parent     » topic index » view thread      » older message » newer message

One way to spot comparisons (although it probably doesn't cover _all_ 
possible comparisons) are when '=' is used after 'if' or 'while'

if 1=0 then...

while 0=1 do...

etc.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu