[fpc-pascal] Re: Linked list constant

leledumbo leledumbo_cool at yahoo.co.id
Mon Mar 18 14:27:25 CET 2013


> 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.



More information about the fpc-pascal mailing list