# Pastebin Vkgm1FPK template defProc(a, b: int, body: untyped) = proc obj(first, second: float): float = body echo obj(a.float, b.float) defProc(5, 10): result = first + second