(() => console.log("hello world"))()
fn -> IO.puts("hello world") end
x -> x ** 2
lambda(x,y) => x + y
let anonymous = fn() {
outln("Anonymous Function")
}
anonymous()
Languages with Anonymous Functions include JavaScript, TypeScript, Elixir, Coconut, HOPE, Jule
This question asks: Does the language support anonymous functions, aka Lambdas?
Read more about Anonymous Functions on the web: 1.
HTML of this page generated by Features.ts