Post

Replies

Boosts

Views

Activity

Expected expression
Hi. I'm getting the «Expected expression» for some reason but don't understand why. let index = 3 if index <= devices.count {     print(devices[index])     else {         return "the array is out of range"     } } Any answer appreciated.
4
0
1.5k
Aug ’22