ABSTRACT

In other programming languages (e.g., Pascal, BASIC, C, etc.) the assignment operator (as in c : = sqrt (a*a+b*b)) occupies a central role. In Logo on the other hand, the procedure is the focus. However, there is an equivalent language construct in Logo as well, in an even more general form, as we soon see.