2 lines
42 B
PowerShell
2 lines
42 B
PowerShell
$s = "12345"
|
|
$t = [string] ([int] $s + 1)
|
$s = "12345"
|
|
$t = [string] ([int] $s + 1)
|