Skip to content

Instantly share code, notes, and snippets.

@ulibo-yuki
Created January 28, 2024 02:48
Show Gist options
  • Save ulibo-yuki/fc408c79e929807dd57a840a44f4594b to your computer and use it in GitHub Desktop.
Save ulibo-yuki/fc408c79e929807dd57a840a44f4594b to your computer and use it in GitHub Desktop.
概要 演算子 説明
等価演算子 a == b a=b
不等価演算子 a != b a≠b
より大きい a > b a>b
より小さい a < b a<b
以上 a >= b a≧b
以下 a <= b a≦b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment