fork download
  1. var x:String
  2. print(x ?: "x is null")
Success #stdin #stdout 3.34s 170248KB
stdin
Standard input is empty
stdout
x is null