Assignments are pretty unmathematical since they represent memory operations and (usually) allow for mutation.
Wirth chose := in Pascal for a reason (with the comparison operator begin = instead of == there which is at least closer to the mathematical = operator).
Comments
Assignments != Equation
Assignments are pretty unmathematical since they represent memory operations and (usually) allow for mutation.
Wirth chose := in Pascal for a reason (with the comparison operator begin = instead of == there which is at least closer to the mathematical = operator).