Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Math Primitives : addition

Syntax

#(+,%n,...)

%n is a number. ... indicates that you can add as many numbers together as you want to.

Examples

#(+,1)
1
#(+,1,2)
3
#(+,1,2,3)
6