A function typically takes some arguments and works on them to produce a value. The function may also have side effects, such as changing some global state, modifying its arguments, writing to a file etc.
Carapace script contains certain built-in functions as well as allowing you to define your own.
An alphabetical list of all defined functions is contained here
| Contents | Index | Current topic: functions | Related topics: objects |