DE/Nil

From Multi Theft Auto: Wiki
Revision as of 09:51, 21 August 2012 by Leyynen (talk | contribs) (Created page with "Nil is a type with a single value, ''nil'', whose main property is to be different from any other value. A global variable has a ''nil'' value by default, before a first assignme...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Nil is a type with a single value, nil, whose main property is to be different from any other value. A global variable has a nil value by default, before a first assignment, and you can assign nil to a global variable to delete it. Lua uses nil as a kind of non-value, to represent the absence of a useful value.

Nil ist ein Typ mit einem einzelnen Wert, nil, deren Haupteigenschaft ist, anders als jeder andere Wert zu sein. Eine globale Variable hat standardmäßig einen nil Wert, bevor ein Wert zugeordnet wird. Man kann auch nil einer globalen Variablen zuweisen, um diese zu löschen. Lua verwendetnil als eine Art "nichts", um das Fehlen eines nützlichen Wertes darzustellen.


Siehe auch