Skip to content

Commit c79a3fc

Browse files
committed
Mention section on universal real and integer numbers
1 parent 90bc56a commit c79a3fc

File tree

1 file changed

+7
-1
lines changed
  • content/courses/advanced-ada/parts/data_types

1 file changed

+7
-1
lines changed

content/courses/advanced-ada/parts/data_types/types.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,13 @@ In this example, :ada:`Pi` is a named number.
556556
A named number is always known at compilation time. Also, it doesn't have a
557557
type associated with it. In fact, its type is called universal real or
558558
universal integer |mdash| depending on the number being a real or integer
559-
number.
559+
number. (In this specific case, :ada:`Pi` is a universal real number.) We talk
560+
about universal real and universal integer types in another chapter.
561+
562+
.. todo::
563+
564+
Add link to section on universal real and universal integer types
565+
(Adv_Ada_Universal_Real_Integer) once it's available.
560566

561567
.. admonition:: In the Ada Reference Manual
562568

0 commit comments

Comments
 (0)