RosettaCodeData/Task/Null-object/Dyalect/null-object.dyalect

5 lines
45 B
Plaintext

var x = nil
if x == nil {
//Do something
}