forked from lix-project/lix
Update language-constructs.xml
This commit is contained in:
parent
8ce96becf0
commit
659a3e399b
|
@ -186,7 +186,7 @@ but can also be written as:
|
||||||
Here <varname>args</varname> is bound to the entire argument, which
|
Here <varname>args</varname> is bound to the entire argument, which
|
||||||
is further matched against the pattern <literal>{ x, y, z,
|
is further matched against the pattern <literal>{ x, y, z,
|
||||||
... }</literal>. This <literal>@</literal>-pattern makes mainly sense with an
|
... }</literal>. This <literal>@</literal>-pattern makes mainly sense with an
|
||||||
ellipsis(<literal>...</literal>) as you can now access attribute names as
|
ellipsis(<literal>...</literal>) as you can access attribute names as
|
||||||
<literal>a</literal>, using <literal>args.a</literal>, which was given as an
|
<literal>a</literal>, using <literal>args.a</literal>, which was given as an
|
||||||
additional attribute to the function.
|
additional attribute to the function.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
Loading…
Reference in a new issue