JPDev@programming.dev to Programmer Humor@programming.dev • 10 months agoifn'timagemessage-square23 fedilinkarrow-up1277
arrow-up1277imageifn'tJPDev@programming.dev to Programmer Humor@programming.dev • 10 months agomessage-square23 Commentsfedilink
minus-squareSerpent7776@programming.devhexbear1·10 months agoI can actually define this in TCL: % proc ifn't {cond cmds} {if {!$cond} {uplevel $cmds}} % ifn't false {puts 12} 12 % ifn't true {puts 12} % linkfedilink
I can actually define this in TCL: