Next: Conditional Statements
Up: CS101 Lecture 8
Previous: Aritmetic Expressions
- 2
3 (evaluates to ``.false.'')
- Mod(23,5) == 3
- (x >= y) .OR. (mod(y,2) == 0)
- (.NOT. (x == y)) (equivalent to (x /= y))
Do you know
,
,
and how to evaluate?
G. Sivakumar
2000-08-16