Difference between revisions of "Variable"

From Free Pascal wiki
Jump to navigationJump to search
 
m
Line 1: Line 1:
a variable is an allocation of memory wich contains a date ([[integer]] [[char]] etc..) you can define [[global variables]] or [[local variables]]
+
a variable is an allocation of memory wich contains a date ([[Integer|integer]] [[Char|char]] etc..) you can define [[Global variables|global variables]] or [[Local variables|local variables]]

Revision as of 17:10, 10 January 2007

a variable is an allocation of memory wich contains a date (integer char etc..) you can define global variables or local variables