Skip to content

Instantly share code, notes, and snippets.

@dmishe
Last active November 22, 2017 02:35
Show Gist options
  • Save dmishe/51fcb50edec71e3f82afe2a4c7bc3909 to your computer and use it in GitHub Desktop.
Save dmishe/51fcb50edec71e3f82afe2a4c7bc3909 to your computer and use it in GitHub Desktop.
$ swift
Welcome to Apple Swift version 4.0.2 (swiftlang-900.0.69.1 clang-900.0.38). Type :help for assistance.
1> import Foundation
2> NSNumber(value: true) as? Int
$R0: Int? = 1
$ DEVELOPER_DIR=/Applications/Xcode_8.3.3.app swift
Welcome to Apple Swift version 3.1 (swiftlang-802.0.53 clang-802.0.42). Type :help for assistance.
1> import Foundation
2> NSNumber(value: true) as? Int
$R0: Int? = nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment