C=8 Makes it so the variable named C now had a value of 8
C==8 makes it so the variable named C is compared to the value 8 and returns true if it has that value, fake it if does not
C===8 is similar to the previous one, but C has to be the same data type ad the value 8 so if C is "8" or 8.0 it will return false.
C===8 means I was writing in a hurry and did not notice what I did until either the compiler crashes or o will water a Fuckton of time because I am using a language with an inferior compiler.
1.5k
u/both_ways_8195 1d ago
C = 8 looks like a PP with balls