Skip to content

Instantly share code, notes, and snippets.

@rpalo
Created April 7, 2018 15:17
Show Gist options
  • Save rpalo/0a330835f886fdb5df14ef9b30814671 to your computer and use it in GitHub Desktop.
Save rpalo/0a330835f886fdb5df14ef9b30814671 to your computer and use it in GitHub Desktop.
PS> "2" + 2
22 # A string
PS> [Int] "2" + 2
4 # An integer. The conversion only applies to the "2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment