Tintware Documentation : Tint Programming Language : Tint Reference : Conversion Primitives : tint.dataSyntax#(tint.data,%s) %s is the value to be converted to data. See Code vs Data for more of an explination of this. Example#(tint.data,(#(+,1,2,3,4,5))) #(+,1,2,3,4,5) #(+,1,2,3,4,5) 15 |