Ir al contenido
Operador ternario en PowerShell 7 (PowerShell)
PowerShell
PowerShell
4 -eq 4 ? 'Es 4' : 'No es 4'
1
4
-eq
4
?
'Es 4'
:
'No es 4'