Hacker News new | ask | show | jobs
by shaunxcode 5294 days ago
Here is a ghetto "let" form in coffee

((a = 5, b = 6, log = x -> console.log x) -> log a + b)()