Tintware Documentation : Tint Programming Language : Tint Reference : System Primitives : tint.compileSyntax#(tint.compile,%source) #(tint.compile,%source,%filename) %source specifies the Tint code to be compiled. Source Files explains how to write Tint code such that tint.compile can compile it. %filename optionally specifies the name of the file from which %source was taken. |