basic.clear
Initializes all variables.
Description
sets all local and common variables to 0 (zero) in a 'main' program.
In a subroutine, only the local variables are affected. Named common variables are not affected by the 'clear' statement.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
