Hacker News new | ask | show | jobs
by BillinghamJ 3181 days ago
Well, for starters, what does it mean? I haven’t seen that in any other language.
2 comments

It is similar to let var=..... in exp from ML languages.
Haskell have let-in expressions, I think it is the inspiration for swift in this case.