SyntaxFix
Write A Post
Hire A Developer
Questions
You can use them right inline:
var square = 9.4 var floored = floor(square) var root = sqrt(floored) println("Starting with \(square), we rounded down to \(floored), then took the square root to end up with \(root)")