RosettaCodeData/Task/Conditional-structures/Tcl/conditional-structures-2.tcl
2023-07-01 13:44:08 -04:00

1 line
56 B
Tcl

set result [expr { $foo == 3 ? "three" : "not three" }]