Category:ALGOL 68: Difference between revisions

Content added Content deleted
(Categorized according to Language Comparison Table.)
Line 125: Line 125:
Pointers are followed (dereferenced), For example:
Pointers are followed (dereferenced), For example:
* REF REF REAL to REAL
* REF REF REAL to REAL

{{language programming paradigm|concurrent}}
{{language programming paradigm|imperative}}
{{language typing|strong}}
{{language typing|safe}}
{{language type expression|explicit}}
{{language type compatibility|structural}}
{{language type checking|static}}
{{language type checking|dynamic}}
{{language parameter passing|by value}}
{{language parameter passing|by reference}}
{{language parameter passing|by value}}
{{garbage collection|required}}