proc single*(x: int): int = x * 1 #doublestart proc double*(x: int): int = x * 2 #doubleend proc triple*(x: int): int = x * 3