# 型は何でしょうか | |
$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