5 lines
45 B
Text
5 lines
45 B
Text
|
|
var x = nil
|
||
|
|
if x == nil {
|
||
|
|
//Do something
|
||
|
|
}
|