|
@@ -71,7 +71,7 @@ would be the header of the function called `example`, which returns an integer v
|
71
|
71
|
### Calling
|
72
|
72
|
|
73
|
73
|
|
74
|
|
-If we want to store the value of the result of the function called example in a variable result (that would be of type integer), we call the function by passing arguments as follows:
|
|
74
|
+If we want to store the value of the result of the function called `example` in a variable `result` (that would be of type integer), we call the function by passing arguments as follows:
|
75
|
75
|
|
76
|
76
|
`result=example(2, 3.5, unCar);`
|
77
|
77
|
|