Quickies

[categories] [index] [all (527)] [latest]

Swift
  1. $ xcrun swift
    Welcome to Swift!  Type :help for assistance.
      1> var x = "toto"
    x: String = "toto"
      2> println(x)
    toto
      3>