Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Conversion Primitives : tint.data

Syntax

#(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