(<) より小さいの比較
(>) より大きいの比較
論理値比較記号
"異なる"を意味する (~=
と同じ)
"より小さい"を意味する
means "より大きい"を意味する
より小さいか等しいを意味する.
より大きいか等しいを意味する
Version | Description |
6.0 | ~ (not) priority is now higher than < ,
<= , > and >= one.
For instance, ~3<1 is parsed as (~3)<1
instead of ~(3<1) and now yields an error instead of
%T .A>[] , A>=[] ,
A<[] , A<=[] ,
[]>A , []>=A ,
[]<A , and []<=A now return
[] instead of an error. |