Difference between revisions of "Local variables"

From Lazarus wiki
Jump to navigationJump to search
 
(No difference)

Revision as of 12:15, 26 July 2006

a local variable is defined in a procedure or function

begin
 var x:type
end