Tintware Documentation : Tint Programming Language : Tint Reference : Value Primitives : tint.alphabatizeSyntax#(tint.alphabatize,%seperator,%value,...) %seperator is the value to be placed between each value in the result. %value is any value and ... indicates that you can specify as many values as you want. Example#(tint.alphabatize, ,def,de,ab,cd,Ab) ab Ab cd de def |