Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make "is not?"
#1
How to make "is not"? :?:

If I have:
...
if i = w; out "i = w"; goto h


if i < w
xxx ;goto w
if i > w
goto w

how to explain
"IS NOT"?
instead of > and <?

That would follow:

If i IS NOT w
goto w
if i = w
goto h

example just to visualize, without function.

can you help me?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)