[fpc-pascal] Typed Constants vs. Variables

leledumbo leledumbo_cool at yahoo.co.id
Mon Apr 6 06:58:06 CEST 2009


Typed constants ARE changeable (just like variables), the only place where
they behave differently from variables is if they're declared in a local
scope (i.e. function / procedure). Typed constants act like a static
variables in C, where it's initialized only once during program execution.
-- 
View this message in context: http://www.nabble.com/Re%3A-Case-Sensitivity---Multiple-Names-tp22897965p22902217.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.




More information about the fpc-pascal mailing list