Table of Contents

About

A nilary of nullary function is a function where the signature has no argument. The arity (number of argument) is said to be null or nil

A constant is a nullary function

Example

  • Code
x = get()
  • Math

<MATH> f() = 2 </MATH>