We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2828961 commit 59f57b9Copy full SHA for 59f57b9
content/courses/intro-to-ada/chapters/subprograms.rst
@@ -215,6 +215,9 @@ to explicitly store it in a local variable.
215
.. code:: ada compile_button project=Courses.Intro_To_Ada.Subprograms.Quadruple
216
:class: ada-expect-compile-error
217
218
+ function Quadruple (I : Integer)
219
+ return Integer;
220
+
221
function Quadruple (I : Integer)
222
return Integer is
223
0 commit comments