We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Messbare Größen:
Datentypen: Boolean (bool), Integer (int)
bool
int
!
*
/
%
+
-
<
<=
>
>=
==
!=
&&
||
Folgendes wäre also gleichwertig:
!TRUE && 1 * 2 + 5 * 8 + 5 > 4 || FALSE ((!TRUE) && (((1*2) + ((5*8)+5)) > 4) || FALSE)
http://www.cs.princeton.edu/~appel/modern/java/JLex/
There was an error while loading. Please reload this page.