1234567891011 |
- <div class="w3-item"><!-- img src="img/icn_?.png" title="icon return" class="w3-icon"/ -->
-
- <h3>Return</h3>
- <p>
- This command is used to indicate a value to be <b>returned</b> by a function.
- The type of data to be returned <b>must be</b> compatible with the declared type of the function,
- for example, a declared "integer type" function must return an integer value.
- </p>
- </div>
|