Page 1 of 1

[Implemented] While im at it, how about Undefine ?

Posted: Mon Dec 08, 2008 7:38 pm
by technicorn
I know this is a lot to ask for, but any chance for a Undefine, at least for Macros ?

I don't know if the PB compiler is a one pass compiler or not,
as for a one pass compiler this feature would be easyer to implement,
than for a multy pass compiler I think.

Greatings
Technicorn

Re: While im at it, how about Undefine ?

Posted: Mon Dec 08, 2008 11:30 pm
by luis
technicorn wrote: I don't know if the PB compiler is a one pass compiler or not,
When a compiler requires declare statements for forward referenced procedures, you can bet it's a single pass compiler :-)

undefine for #constants would be nice.