#yea
5 messages · Page 1 of 1 (latest)
"Computer" works in that sentence. Besides, it's too soon to talk about the interpreter
TL;DR: In code, we need to assign values to things. We also need to check if two things are equal. To distinguish these two operations from one another, we use two distinct operators:
Assignment operator: =
Equality operator: ==
Make sense, @shut egret?