top | item 44994436

(no title)

raluk | 6 months ago

Having lexicial scope it is same as -> defer fn{if(some condition) x() }() within scope.

discuss

order

tgv|6 months ago

Except 'some condition' may change, can be long, or expensive, so you likely need an extra variable.