Remix.run Logo
raluk 3 days ago

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

tgv 3 days ago | parent [-]

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