나는 그들의 새로운 언어를 위해 Apple Guide를 따라 왔지만, 오른쪽의 바가 "Hello, world"가 아닌 "Hello, Playground"만 표시하는 이유를 이해할 수 없습니다. 누군가 println
오른쪽에 인쇄되지 않는 이유를 설명 할 수 있습니까 ?
// Playground - noun: a place where people can play
import Cocoa
var str = "Hello, playground"
println("Hello, world");