Re: error in doc

new topic     » goto parent     » topic index » view thread      » older message » newer message
DerekParnell said...
jacques_desch said...

There is a contradiction between 4.4.3 first sentence The ifdef statement is unlike all of the other statements in that it is executed at parse time not runtime.
and section 4.4.3.3
Is ifdef parse time or run time?

I don't see what the contradiction is. Can you show me both sentences to show me what is being contradicted.

The ifdef is executed during the parsing phase. That means that there is NO intermediate language code (IL) generated for the ifdef itself. Remember that the runtime phase only executes IL code.

Yes, although isn't the warning() statement executed at parse time as well?

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu