> When you first start up Pop11 and compile a program, the compiler produces a
> list of the global variables it is declaring for you.
>
> Now if you recompile the program, as the variables have already been declared,
> you don't get the warning messages again.
>
> Is there a way to remove the existing global variable declarations without
> quitting Pop11?
The variable popwarings contains a list of the names of variables that
where automatically declared (see HELP * POPWARNINGS).
To undeclare these variables do
applist(popwarnings,syscancel);
[] -> popwarnings;
I hope this helps
Cheers
Anthony.Worrall@Reading.ac.uk
|