4 ms·
Actually, that's a lot of words to say that ; is a binary operator, if i'm correct. a ; b is the operator which returns the value of b. And, there is some syn
by enjolras 14y ago
Actually, that's a lot of words to say that ; is a binary operator, if i'm correct.
a ; b is the operator which returns the value of b. And, there is some syntactic sugar to make a ; equivalent to a ; nil which returns nil.