RosettaCodeData/Task/Assertions/Tcl/assertions.tcl

5 lines
60 B
Tcl
Raw Permalink Normal View History

2013-04-09 00:46:50 -07:00
package require control
set x 5
control::assert {$x == 42}