emailconfirmed
1,824
edits
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
==== Functions ==== | ==== Functions ==== | ||
* Function Calls: | * Function Calls: | ||
** function calls can take one or more ''function arguments'' given in round | ** function calls can take one or more ''function arguments'' given in round braces | ||
** function calls result in a value (or void) | ** function calls result in a value (or void) | ||
** functions can have ''side effects'' for example: drawing something on screen. | ** functions can have ''side effects'' for example: drawing something on screen. |