Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Clearing variables in fortran

Pipa
Beginner
532 Views

Hi Everybody,

I just wanna know if there is a command in fortran90 thats clears the variables used previously.

Thanks.

--Balwinder Singh

0 Kudos
1 Reply
Intel_C_Intel
Employee
532 Views
No, there isn't. You are responsible for making sure that variables have a defined value before being used.
0 Kudos
Reply