Skip to content

Instantly share code, notes, and snippets.

@ulibo-yuki
Created July 14, 2023 23:33
Show Gist options
  • Save ulibo-yuki/d88927936b77e6073fcea1cd15584cb2 to your computer and use it in GitHub Desktop.
Save ulibo-yuki/d88927936b77e6073fcea1cd15584cb2 to your computer and use it in GitHub Desktop.
演算子 名前 意味 使用例 説明
&& 論理積 AND a==0 && b==0 a=0かつb=0
|| 論理和 OR a==0 || b==0 a=0かb=0
! 否定 NOT !(a==0) a==0で無い場合
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment