Nil

nil represents a lack of value. It’s type is Nil:

val = nil
p! val, typeof(val)
#OUTPUT:
val         # => nil
typeof(val) # => Nil