Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Conversion Primitives : tint.byte-decimal

Syntax

#(tint.byte-decimal,%s)

%s is a value whose first byte will get converted to decimal.

Examples

#(tint.byte-decimal,dog)
100
#(tint.byte-decimal,200)
50