Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created December 2, 2021 09:57
Show Gist options
  • Select an option

  • Save Octagon-simon/5f22e832c00e1b705a7fefc72e2ae797 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/5f22e832c00e1b705a7fefc72e2ae797 to your computer and use it in GitHub Desktop.
$f = 0;
($f == 0) ?
echo("f is 0")
: echo("f is not 0")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment