Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created September 4, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/6028d04981a63a3517bf to your computer and use it in GitHub Desktop.
Save guitarrapc/6028d04981a63a3517bf to your computer and use it in GitHub Desktop.
# 型は何でしょうか
$a = "a"; # string
$b = 1; # int
$hoge = $b + $a; # throw : System.Management.Automation.RuntimeException: Cannot convert value "a" to type "System.Int32".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment