5 lines
50 B
Text
5 lines
50 B
Text
|
|
iex(1)> nil == :nil
|
||
|
|
true
|
||
|
|
iex(2)> is_nil(nil)
|
||
|
|
true
|