Skip to content

Commit 59f57b9

Browse files
committed
Editorial change: adding function declaration
1 parent 2828961 commit 59f57b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/courses/intro-to-ada/chapters/subprograms.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ to explicitly store it in a local variable.
215215
.. code:: ada compile_button project=Courses.Intro_To_Ada.Subprograms.Quadruple
216216
:class: ada-expect-compile-error
217217

218+
function Quadruple (I : Integer)
219+
return Integer;
220+
218221
function Quadruple (I : Integer)
219222
return Integer is
220223

0 commit comments

Comments
 (0)