Revision Difference
nil#519493
<cat>Dev.Lua</cat>⤶
<title>nil</title>⤶
nil is Lua's representation of empty data. Unset variables and non-existent table keys will be nil. This will be treated as false in if-statement contexts, but is not equal to false.