Next: About this document ...
Up: CS101 Lecture 10
Previous: Factorial Example
- Forget the Type of a Function (Function Fact(n) versus
Integer Function Fact(n))
- Forget INTENT(IN) for formal arguments
- Attempt to change the value of a formal argument declared with INTENT(IN)
- Forget to store a value to the function name before END
- Function name is used in the right-hand side
G. Sivakumar
2000-08-23