Tintware Documentation : Tint Programming Language : Tint Reference : Conversion Primitives : tint.byte-decimalSyntax#(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 |