Post not yet marked as solved
Post marked as unsolved with 1 replies, 287 views
for n in 1...5 {
print(n, terminator: "")
}
The output is
1
2345
The output is not "12345", as expected. Terminator doesn't work on first iteration inside a for. The error happens randomly and only on first loop. Why?
Playgrounds - Version 4.0 (1567.22) on
iMac 27'' 5k late 2017