Posts

Post not yet marked as solved
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
Posted
by Enrico82.
Last updated
.