packages feed

implicit-0.4.0.0: Examples/example9.escad

// Example9.escad -- function currying.
f = max(4);
echo(f(5));
echo(max(4,5));