You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println("Value of 'results' is null."); // This line is printed
} else {
println("Value of 'results' is not null!"); // This line is not printed
}
]]></code>
</example>
<description><![CDATA[
Special value used to signify the target is not a valid data element. In Processing, you may run across the keyword <b>null</b> when trying to access data which is not there.