Function prototype: Difference between revisions

m
(Add Nimrod)
Line 422:
discard optargs(5)
 
# Procedure definitions
# Actual implementations
proc noargs(): int = echo "noargs"
proc twoargs(a, b: int): int = echo "twoargs"
Anonymous user