Tag and script operators have some basic differences that we should be aware of. I have also added some common tags that we frequently use.

TagsScript
cfifif
cflooploop
cfabortabort
cfbreakbreak
cfcontinuecontinue
cfdumpwriteDump
cfoutputwriteOutput
cfexitexit
TagsScript
EQ==
IS==
NEQ!=
IS NOT!=
NOT!
GREATER THAN>
GT>
GREATER THAN OR EQUAL TO>=
GTE>=
GE>=
LESS THAN<
LT<
LT<
LESS THAN OR EQUAL TO<=
LTE<=
LE<=
CONTAINSFind
CONTAINSFindNoCase