Skip to main content
Amounting to nothing of significance
Null by Makeline June 15, 2017
Related Words
What might've once been useful is rendered null and void. Natural nothingness. Absolute absence. Complete chaos.
"//null is waiting on us. It will encompass us in its grace. And yet darker we will go."
//null by //null April 5, 2019
German for zero
And also I have seen it in YouTube.
Null Eins Zwie Drei 0123
Null by Vivbuscus July 7, 2015
NULL - n., adj. - signifying the absance of data. Things such as character strings, and various types of numeric values can be described as "NULL" when they contain no data. (shadow:light::NULL:data)
ex.1:
<faceprint> we returned js->roomlist without setting it, so it was NULL

ex.2:
(In C++:
void function()
{
int variable;
}

'variable' would have a value of NULL until it is initialized, and 'function' would return NULL because it was created with a 'void' data type.)

ex.3:
"Your sister is soooo stupid, it's like she's NULL between the ears..."
NULL by Vorondil September 18, 2004
Programming term meaning empty or not set.
Pressing return on an empty web form returns null values.
Null by Chris Patterson November 9, 2007
1. Of or relating to nothing; nothingness.
2. Javascript, when a propertie has the equalness of zero, etc.
1. My bedroom is just null.
2. The command prompt asked me to type my name. I hit 'Enter' without typing a name, and on the webpage, it said 'Hello, null! Welcome to my site!'