D 2014-06-23T02:57:17.619 L Examples N text/x-markdown U rkeene W 404 tcc4tcl Examples ================ Simple Example -------------- #! /usr/bin/env tclsh package require tcc4tcl set handle [tcc4tcl::new] $handle cproc add {int a int b} long { return(a+b); } puts [add 1 2] More Complete Example --------------------- #! /usr/bin/env tclsh package require tcc4tcl set handle [tcc4tcl::new] ...in progress... Z 13a1f0d6c7ebd82c8bc848fc6f7d5737