Jump to content

Scope modifiers: Difference between revisions

m
(→‎{{header|Delphi}}: Adds Déjà Vu example)
Line 312:
static var3 # also used inside of procedures
end</lang>
 
Co-expressions (both languages) also redefine scope - any local variables referenced
within the body of a co-expression are restricted in scope to that body, but are
initialized to the values they had with the co-expression is created.
 
=={{header|J}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.