Variable

From Free Pascal wiki
Revision as of 21:39, 7 March 2015 by Jwdietrich (talk | contribs) (Sentence)
Jump to navigationJump to search

A variable is a symbol and an allocation of memory wich contains content (integer char etc..) you can define. They may be in the scope of the whole program (global variables) or a procedure, function or method only (local variables).