Blame view

ref-impl/x/ex1.s 57 Bytes
f2c4dc81   Salvador Abreu   added most of the...
1
2
3
4
ex1 = map (a, b) -> int [
	i,j: int;
	(i, j) := (1, 2)
]