> Is it possible to make a forward declaration for a0?

No, forward type declaration is possible (with the restriction that the type
must be based on pointer and the real declaration starts in the same type
block), but forward variable declaration is not. You won't gain much benefit
from doing the assignment at declaration than doing it at program start.



--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/Linked-list-constant-tp5713665p5713678.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to