RosettaCodeData/Task/Boolean-values/Tcl/boolean-values-1.tcl

3 lines
79 B
Tcl
Raw Permalink Normal View History

2013-04-10 16:19:29 -07:00
% if {""} then {puts true} else {puts false}
expected boolean value but got ""