# Pastebin P7Sdqkv1 proc Add(x, y: int): int proc Add(x, y: int): int = result = x+y echo Add(3,2)