Last active
November 22, 2017 02:35
-
-
Save dmishe/51fcb50edec71e3f82afe2a4c7bc3909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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