Hi,

Francisco Reyes wrote:
Looking at units in ref.pdf I see an initialization and a finalization section.

How are those used?

the code in initialization part will be executed right after you run your program, before the main begin..end, and the code in finalization section will be executed after the final end. or after calling Halt.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to