I want to write a While loop.
// Creating our loop var x = 0 // Count from 0 to 9 while x<10 { print(x) x++ }
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker