Tintware Documentation : Tint Programming Language : Tint Reference : Math Primitives : multiplicationSyntax#(*,%n,...) %n is a number. ... indicates that you can multiply as many numbers together as you want to. Examples#(*,3) 3 #(*,3,4) 12 #(*,3,4,5) 60 |