Skip to content

Instantly share code, notes, and snippets.

@ulibo-yuki
Created July 14, 2023 23:56
Show Gist options
  • Save ulibo-yuki/0f7f24169fc08fe0d8ed69bf893602a9 to your computer and use it in GitHub Desktop.
Save ulibo-yuki/0f7f24169fc08fe0d8ed69bf893602a9 to your computer and use it in GitHub Desktop.
演算子 意味 使用例
> より大きい a>0
< より小さい a<0
>= 以上 a>=0
<= 以下 a<=0
== 等しい a==0
!= 等しくない a!=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment