Niladic

From NARS2000
Revision as of 01:57, 28 February 2013 by Paul Robinson (talk | contribs)
Jump to navigationJump to search

A function is niladic if it does not accept any arguments. For example:

    ∇ z←dealcard
[1]    z←? 52
    ∇

This function would return a random number in the range 1 - 52, but it would not accept any argument, such as would be used for dealing a card in a game.

See Also