Skip to main content
nil

nil

1 8.3
A special programming value that shows nothing is stored
  • noun
  • /nɪl/
  • Specialized
translation icon : valor nulo
  • When this property is nil, the navigation item uses the value in its title property to create an appropriate back button.
  • use of NIL

And so, you know, just test that you guys didn't have NIL.

Examples

  • I want a way of looking at the next value and getting nil instead of an error.

    Blog text (30)
  • Setting to nil doesn't affect the retain count, and sending a "release" message to nil has no effect.

    Blog text (22)
  • And since this might be nil, if it's nil, then return the string nil.

  • And so that is the first case is that ref of ref of nil is equal to nil.

  • But here I'm going to return nil if I can't undo.

  • Using NIL for the analysis of existing and for the design of new economic structures accelerates the transitional processes of restructuring and privatization

    Academic text (1992)
  • NIL also facilitates the quantitative analysis, mathematical optimization, and computer simulation of these graphs.

    Academic text (1992)
  • When a variable is set to nil, it indicates that it has no value assigned to it.

  • In many programming languages, if you try to access a property of an object that is nil, you will receive an error.

  • The function will return nil when it encounters an invalid input, signaling that no valid output is available.

Synonyms

null
vsnil
  • Specialized
8 5.9

A value used in computers to show no data

is the literal used in some languages to represent that absence

Antonyms

1.3

How much something is worth in money or how useful it is

215 1.6

Facts and numbers collected to study things or make decisions

Compounds

Ipomoea nil
  • Specialized
9.9

An annual climbing plant with bright, ruffled flowers often grown in gardens

Surface Forms

nil singular
nils plural

Etymology

Nil in programming also comes from Latin nihil meaning 'nothing', and programmers use nil to mark 'no value' or 'empty'. That's why assigning nil to a variable is like making it 'nothing'.