Call a function: Difference between revisions

Nimrod -> Nim
(Nimrod -> Nim)
Line 1,379:
def b = h(3) // equivalent to: def b = f(3, 2)</lang>
 
=={{header|NimrodNim}}==
Translated from Python, when possible:
<lang nimrodnim>proc no_args() =
discard
# call
Anonymous user