This is not working
let input = readLine()
if let input = input {
print(input)
}
input is nil and I am using Xcode 9.1 at my Playground
This is not working
let input = readLine()
if let input = input {
print(input)
}
input is nil and I am using Xcode 9.1 at my Playground