Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
857d92fa97
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md View File

71
 ### Calling
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
 `result=example(2, 3.5, unCar);`
76
 `result=example(2, 3.5, unCar);`
77
 
77