[categories] [index] [all (553)] [latest]
$ xcrun swift Welcome to Swift! Type :help for assistance. 1> var x = "toto" x: String = "toto" 2> println(x) toto 3>