695 B
695 B
title | description | menu | weight | aliases | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Side effects | A summary of side effects in the Flux functional data scripting language. |
|
113 |
|
Side effects can occur in one of two ways.
- By reassigning built-in options
- By calling a function that produces side effects
A function produces side effects when it is explicitly declared to have side effects or when it calls a function that itself produces side effects.
{{< page-nav prev="/flux/v0/spec/statements/" next="/flux/v0/spec/system-built-ins/" >}}