8 lines
73 B
Text
8 lines
73 B
Text
try
|
|
{
|
|
for ([int]$i = 0;;$i++)
|
|
{
|
|
$i
|
|
}
|
|
}
|
|
catch {break}
|