-
@DanFessler "this can get very confusing" ...to imperative programmers. If you think of the Blueprint in its own right there is no confusion. This is actually the reverse of a very common problem that laypeople face when starting to program imperatively:
-
@DanFessler distinguishing between mathematical definition (x = y + 2) and variable assignment (x= y + 2, hence the problem). I'm trying to find the source for this again, it was a study of common novice programmer misconceptions and this particular one I've seen in many times as well.