Add Numbers: Difference between revisions

From Fancade Wiki
 
(Updated the page)
Line 1: Line 1:
[[width=336px,alt=Add Numbers|/uploads/Add Numbers1.png]]
{{Block
|image=Add Numbers.png
|type=s
|folder=math
|input1={{Port|n|Num1}}
|input2={{Port|n|Num2}}
|output1={{Port|n|Num1 + Num2}}
}}


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


[[File:Screenshot_2022-02-15-06-35-52-14_6c69499164362a0dbe2f1dfe7c62199a.jpg]]
[[File:Add Numbers example.jpg|frameless|Example]]
 


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

Revision as of 20:59, 16 May 2024

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