2d54b8508 ^
e80465dac ^
1 2
3
4 5
6
7
proc p1*(x, y: int): int = result = x + y proc p2*(x, y: string): string = result = x & y