3 lines
109 B
Text
3 lines
109 B
Text
|
|
if {$a > 10} {print "code evaluated on true"}
|
||
|
|
if {$a > 10} {print "again"} {print "code evaluated on false"}
|