Difference between revisions of "Var"

From Lazarus wiki
Jump to navigationJump to search
 
(changed to be more clear)
Line 1: Line 1:
[[Keyword]] witch is used to select the kind of the [[type]].
+
[[Keyword]] which is used to mark section, where variables and their data [[type]]s are declared.
 
   program/unit
 
   program/unit
 
   (..)
 
   (..)

Revision as of 21:25, 16 October 2007

Keyword which is used to mark section, where variables and their data types are declared.

 program/unit
 (..)
 var:(a,b):real;
 (..)
 begin