What is your favorite short function syntax?
fn($x) => $x
function ($x) => $x
$x ==> $x
($x) => $x
|$x| => $x
lambda($x) => $x
$x ~> $x
any syntax as long as we have short functions
Other
Please Specify: