Skip to content
iaminfinityiq edited this page Feb 21, 2026 · 1 revision

null_type data type

This data type only has one value: null, which represents the state of nothing

Operations performed on null_type

  1. ==: Acts as equality comparison, checks if both sides are both null
  2. !=: Acts as inequality comparison, checks if one side is not null

Clone this wiki locally