User:Icecream17/Sandbox
Jump to navigation
Jump to search
The anonymous function
It does the following steps:
- Do nothing
The Example function
It does the following steps:
- Do nothing
The Second example function
It does the following steps:
- Set x to 3
- Return x + 7
The anonymous function takes y
It does the following steps:
- Set x to 3
- Return x + y