Commit c600d837 authored by Matthias Simon's avatar Matthias Simon
Browse files

Add reference

parent 841e39cd
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ The _type expression_ may be omitted if the variable has an _initial value
assignment_ with a type that can be [inferred statically](inference rules)
and unambiguously.

The inferred type of the variable shall be the equal to type of the _initial
value expression_.
The inferred type of the variable shall be the [equal](type equality) to type
of the _initial value expression_.


The array notion shall not be used when the _type expression_ is omitted.