Blame view

examples/sum.vs 41 Bytes
f2c4dc81   Salvador Abreu   added most of the...
1
sum  = map (a, b) -> int [ return a+b; ]