> For the complete documentation index, see [llms.txt](https://docs.scenic.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scenic.tools/block/operator.md).

# Operator

Operator Blocks perform an operation using its children Blocks. A simple example would be adding two values or colors together using the Operator.Add Block.

When possible Operator nodes are made to be Attribute type agnostic, meaning that they will try their best performing the operation on any input they're given.
