3 lines
119 B
Text
3 lines
119 B
Text
var undefined; # initialized with an implicit nil
|
|
say undefined==nil; # true
|
|
say defined(nil) # false
|