File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
courses/fundamentals_of_ada/050_array_types Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,25 @@ Constrained Array Types
66Constrained Array Type Declarations
77-------------------------------------
88
9- * Syntax (simplified)
9+ Syntax (simplified)
1010
1111.. container :: latex_environment footnotesize
1212
1313 .. code :: Ada
1414
1515 type <typename> is array (<index constraint>) of <constrained type>;
1616
17- * where
17+ where
1818
19- **typename **
20- is an identifier
19+ .. container :: latex_environment quote
2120
22- **index constraint **
23- is a discrete range or type
21+ **typename ** - identifier
2422
25- **constrained type **
26- is a typemark with a size known at compile time
23+ **index constraint ** - discrete range or type
2724
28- * Examples
25+ **constrained type ** - type with size known at compile time
26+
27+ Examples
2928
3029.. container :: latex_environment footnotesize
3130
You can’t perform that action at this time.
0 commit comments