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