Local variables

From Lazarus wiki
Revision as of 23:30, 18 January 2007 by Christian (talk | contribs)
Jump to navigationJump to search

Deutsch (de) English (en) español (es) suomi (fi) русский (ru)

a local variable is defined in a procedure or function

procedure DoSoemthing; 
var x:type
begin
end