Artifact c72233bf309c42f2b522c92c5cb2fe2600544e62:
- Executable file test — part of check-in [55874bc4e8] at 2014-05-03 21:09:43 on branch trunk — Updated to include a basic test of functionality (user: rkeene, size: 157) [annotate] [blame] [check-ins using] [more...]
#! /usr/bin/env tclsh source tcc4tcl.tcl tcc4tcl::cproc test {int i} int { return(i+42); } tcc4tcl::cproc test1 {int i} int { return(i+42); } puts [test 1]