Ir al contenido
Loops (%) (PowerShell)
PowerShell
PowerShell
#List numbers 1 to 10 1..10 | % {$_}
1
2
#List numbers 1 to 10
1
.
.
10
|
%
{
$_
}