language/control-structures.xml
ede9d209f64d4cd71bf22fcfaed14c6fc269523c
...
...
@@ -15,6 +15,24 @@
15
15
statement by itself as well. The various statement types are
16
16
described in this chapter.
17
17
</simpara>
18
+

19
+
<sect2 role="seealso">
20
+
&reftitle.seealso;
21
+
<para>
22
+
The following are also considered language constructs even though they are
23
+
referenced under functions in the manual.
24
+
</para>
25
+
<para>
26
+
<simplelist>
27
+
<member><function>list</function></member>
28
+
<member><function>array</function></member>
29
+
<member><function>echo</function></member>
30
+
<member><function>eval</function></member>
31
+
<member><function>print</function></member>
32
+
</simplelist>
33
+
</para>
34
+
</sect2>
35
+

18
36
</sect1>
19
37

20
38
&language.control-structures.if;
...
...
@@ -28,6 +46,7 @@
28
46
&language.control-structures.break;
29
47
&language.control-structures.continue;
30
48
&language.control-structures.switch;
49
+
&language.control-structures.match;
31
50
&language.control-structures.declare;
32
51
&language.control-structures.return;
33
52
&language.control-structures.require;
34
53