Created
February 4, 2017 07:14
-
-
Save mallibone/212b5f20a11d89e0044ea28c5a9e9e72 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
$myValue = 12 | |
$myValue.GetType() | |
$myValue = "Hello" | |
$myValue.GetType() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment