Not logged in
Artifact [53285ce0b4]

Artifact 53285ce0b4cd930d6f85e59d88638b415a458cc5:

  • File test/th1-tcl4.txt — part of check-in [d87454917c] at 2011-11-04 23:34:11 on branch jimtcl — Cleanup style and use Jim_Obj APIs when bridging commands from Tcl to Jim. (user: mistachkin size: 269)

<th1>
  #
  # This is a "script fragment" used to test the Tcl integration features of
  # Fossil.  The corresponding test file executes this file using the
  # test-script-render Fossil command.
  #
  proc doOut {msg} {puts $msg; puts \n}
  doOut [tclExpr 2/0]
</th1>