Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created October 9, 2020 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bielawb/de3c005ac1ff60a31378a0096a195773 to your computer and use it in GitHub Desktop.
Save bielawb/de3c005ac1ff60a31378a0096a195773 to your computer and use it in GitHub Desktop.
Używamy Split - parzyste, nieparzyste.
$nieparzyste, $parzyste = (1..100).Where(
{ $_ % 2 },
'Split'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment