Fabled
Docs
Add

Add

Atualizado 11 de mai. de 2026

Returns the sum of two numeric inputs (a + b). Both inputs are floats; result is float.

Entradas
NomeTipoObrigatórioDescrição
ANumber
BNumber
Saídas
NomeTipoDescrição
ResultNumber
Add
A
B
Result

The Add node takes two number inputs (a, b) and emits a single output equal to a + b. It's the canonical math primitive used by framework expressions for tallying values, incrementing counters, and composing arithmetic chains.