RosettaCodeData/Task/Assertions/Tcl/assertions.tcl

5 lines
60 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
package require control
set x 5
control::assert {$x == 42}