Functions
Example
This is the simplest function which is named example
, takes no parameters and returns a number of type int
.
Return statement
Return statement consists of return
keyword and an expression.
Supported expression types:
number
Definition
Last updated
Was this helpful?