Frictional Games Forum (read-only)
Comparision operators - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Comparision operators (/thread-24089.html)



Comparision operators - Neelke - 12-11-2013

I've known how these comparision operators work for a couple of weeks and I've not found out what all of them does. I know these:

== Equal to
< Less than
> Greater than
//= Less than/Greater than or equal to
!= Not equal to
&& And
|| Or
! Not

Can someone mention the others? (If there now are more). Just to be secure.


RE: Comparision operators - GoreGrinder99 - 12-12-2013

(12-11-2013, 09:39 PM)Neelke Wrote: I've known how these comparision operators work for a couple of weeks and I've not found out what all of them does. I know these:

== Equal to
< Less than
> Greater than
//= Less than/Greater than or equal to
!= Not equal to
&& And
|| Or
! Not

Can someone mention the others? (If there now are more). Just to be secure.

Whether or not all of these can be implemented, I am unaware, but these are the operators for angel script.

http://www.angelcode.com/angelscript/sdk/docs/manual/doc_operator_precedence.html