add operation
abramvandergeest opened this issue · 2 comments
abramvandergeest commented
- add: add two numbers
- Input
- a0 - [int,string,float,etc]
- Optional=False
- a1 - [int,float]
- Optional=False
- a0 - [int,string,float,etc]
- OutputType - [int,float]
- Input
abramvandergeest commented
Done - in next PR.
abramvandergeest commented
In PR #100