This profile is from a federated server and may be incomplete. Browse more on the original instance.
Serpent7776, 11 months ago I can actually define this in TCL: <span style="color:#323232;">% proc ifn't {cond cmds} {if {!$cond} {uplevel $cmds}} </span><span style="color:#323232;">% ifn't false {puts </span><span style="color:#0086b3;">12</span><span style="color:#323232;">} </span><span style="color:#323232;">12 </span><span style="color:#323232;">% ifn't true {puts </span><span style="color:#0086b3;">12</span><span style="color:#323232;">} </span><span style="color:#323232;">% </span>
I can actually define this in TCL:
<span style="color:#323232;">% proc ifn't {cond cmds} {if {!$cond} {uplevel $cmds}} </span><span style="color:#323232;">% ifn't false {puts </span><span style="color:#0086b3;">12</span><span style="color:#323232;">} </span><span style="color:#323232;">12 </span><span style="color:#323232;">% ifn't true {puts </span><span style="color:#0086b3;">12</span><span style="color:#323232;">} </span><span style="color:#323232;">% </span>
ifn't (programming.dev)