Tintware Documentation : Tint Programming Language : Tint Reference : Value Primitives : tint.restnSyntax#(tint.restn,%s,%n) #(tint.restn,%s,%n,%retain) %s is a value the rest of whose characters will be returned after skipping the first %n. %n must be a number. If %retain is specified, then the code or data attribute in %s will be carried into the result. Otherwise, the result is all data. Examples#(tint.restn,abcdef,3) def #(tint.restn,abcdef,9) #(tint.restn,abcdef,3,y) def |