Scope modifiers: Difference between revisions

Content added Content deleted
(Added Wren)
(→‎{{header|Pascal}}: add missing identifier)
Line 959: Line 959:
begin
begin
// here, `c`, `f`, and `x`, as well as,
// here, `c`, `f`, and `x`, as well as,
// `nestedProcedure`, `commonTask` and `fooBar` are available
// `nestedProcedure`, `commonTask`, `fooBar` and `super` are available
end;</lang>
end;</lang>