Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 261 Bytes

Indefinite-Array-Expression.md

File metadata and controls

22 lines (15 loc) · 261 Bytes
title parent
Indefinite Array Expression
Constructors.md

Syntax

indefinite_array_expr ::= '[' expr ':' type ']'

Typing

expr must be of integer type. The expression has type [type].

Semantics

Examples