You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[…] I would still be in favor to have fn or f as a plain alias for function (and optionally drop the thin arrow syntax), simply because function items and declarations can get so frequent:
fn($a) { $a + 1 }
fn { . + 1 }
The text was updated successfully, but these errors were encountered:
See #548 (comment) and the subsequent comments:
The text was updated successfully, but these errors were encountered: