Comment by raluk 12 hours ago Having lexicial scope it is same as -> defer fn{if(some condition) x() }() within scope. 1 comment raluk Reply tgv 8 hours ago Except 'some condition' may change, can be long, or expensive, so you likely need an extra variable.
tgv 8 hours ago Except 'some condition' may change, can be long, or expensive, so you likely need an extra variable.
Except 'some condition' may change, can be long, or expensive, so you likely need an extra variable.