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