We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4df164 commit d30f27dCopy full SHA for d30f27d
content/courses/whats-new-in-ada-2022/chapters/introduction.rst
@@ -10,10 +10,7 @@ in GNAT Ada compiler.
10
To use some of these features, you may need to use a compiler command
11
line switch or pragma. Compilers starting with `GNAT Community Edition
12
2021`_ or `GCC 11`_ use :ada:`pragma Ada_2022;` or the ``-gnat2022``
13
-switch. Older compilers use :ada:`pragma Ada_2020;` or
14
-``-gnat2020``. To use the square brackets syntax or :ada:`'Reduce`
15
-expressions, you need :ada:`pragma Extensions_Allowed (On);` or the
16
-``-gnatX`` switch.
+switch.
17
18
References
19
----------
0 commit comments