short version:
AND means like more than one thing like "i want cookies AND milk"
= (which can be == which is basically the same)
means it equals something like lets say you have a variable named MILK and milk equals 0 so:
MILK=0
IF MILK==0 THEN (stuff)
its basically just that
0そうだね 未プレイ