# Function
A function is a set of [[Instruction|instructions]] that the computer will try to follow (if it fails, it usually crash). It generally have a name (but not always),[^1] and a set of input and output [[Parameter|parameters]].
---
Bibliography:
- [Title - website.com](need bibliography)
[^1]: Functions without names are called [[Anonymous Function]]