Scope/Function names and labels: Difference between revisions

Line 717:
 
<lang Nim> const C = block useless: 3</lang>
 
=={{header|Objeck}}==
In Objeck function, names may be public or private. Access to the classes that contain functions can be explicit or controlled at the file level by "use" statements.
 
=={{header|Oforth}}==
760

edits