File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
content/courses/advanced-ada/parts/data_types Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,13 @@ In this example, :ada:`Pi` is a named number.
556556A named number is always known at compilation time. Also, it doesn't have a
557557type associated with it. In fact, its type is called universal real or
558558universal 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
You can’t perform that action at this time.
0 commit comments