"a" + "b"; 1 + 2
https://hexdocs.pm/elixir/Protocol.html
// overloads
fun f (x:double) => x +42.1;
fun f (x:int) => x + 1;
fun f (x:string) => x + "!";
Languages with Polymorphism include JavaScript, Pascal, TypeScript, Elixir, Felix, ADLIB, Static Typescript, Extended Pascal
Languages without Polymorphism include Jule
Read more about Polymorphism on the web: 1.
HTML of this page generated by Features.ts