What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Symbols in the logic system

Nemster

New Member
Joined
Dec 17, 2016
Messages
49
Reaction score
0
Can anyone let me know what all the symbols mean? I have tried googling them to no luck. I know greater than less than crap I'm talking about == or =! the weird ones. Thanks!
 
Can anyone let me know what all the symbols mean? I have tried googling them to no luck. I know greater than less than crap I'm talking about == or =! the weird ones. Thanks!

These are often used in programming

== means equal to (if IV == 90 then catch)
!= means unequal to (if IV != 90 then catch)
 
Back
Top