menu_cmd_retorno.html 390 B

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