Add Numbers: Difference between revisions

From Fancade Wiki
(Centered the image)
m (Add Related section)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
}}
}}


Outputs the sum of the two input [[Number|numbers]].
Outputs the sum of the two input [[number]]s.


[[File:Add Numbers example.jpg|frameless|center|Example]]
{{Image|Add Numbers example.jpg|Example}}
 
== Related ==
 
* [[Subtract Numbers]]
* [[Add Vectors]]


[[Category:Blocks]]
[[Category:Blocks]]

Latest revision as of 13:30, 29 July 2025

Add Numbers
Add Numbers.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Num1
Num2
Outputs Num1 + Num2

Outputs the sum of the two input numbers.

Example

Related