R. Clayton (rclayton@clayton.cs.monmouth.edu)
(no date)
Do expressions include "X * Y = Z;" and "X * X = Z;"?
Because neither '=' or ';' are listed as legal operators in the input section
of the assignment page, neither are legal in an expression (although I admit
the semicolon could conceivably be interpreted as an operator the way the
description's currently written).
Do expressions include "x*y" and "X*Y*Z"?
Both examples are syntactically correct expressions.
Do expressions include parenthesis, as in "X + ( Y + 2) = Z;"?
Because parenthesis are not mentioned anywhere in the input section of the
assignment page as being legal characters, they may not appear in syntactically
correct input.
This archive was generated by hypermail 2.0b3 on Fri Dec 21 2001 - 17:00:04 EST