CS 3304: Comparative Languages
Arithmetic Expressions
[
Course Documents
] : [
Arithmetic Expressions
]
Previous
Contents
Next
Keyword Index
Assignment Statements
The operator symbol:
= FORTRAN, BASIC, PL/I, C, C++, Java
:= ALGOLs, Pascal, Modula-2, Ada
= can be bad if it is overloaded for the relational operator for equality (e.g. in PL/I, A = B = C; )
Note difference from C