Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Here is a Nimrod version which does the same:

  proc `+`(x, y: int): int =
    result = x
    result.inc(y)
    result.inc

  echo(2 + 2) # => 5


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: