Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created June 21, 2020 21:48
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/eb093498cbbd2f4660cc7a9af00f4f0b to your computer and use it in GitHub Desktop.
Save bielawb/eb093498cbbd2f4660cc7a9af00f4f0b to your computer and use it in GitHub Desktop.
Switch - przypadek najprostszy
switch ($prostaZmienna) {
ciągZnaków {
'string'
}
0 {
'zero'
}
default {
'coś innego'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment