Diferencia entre revisiones de «diferente»
De ArduWiki
(→Sintaxis) |
(→Sintaxis) |
||
Línea 7: | Línea 7: | ||
variable1 != variable2; | variable1 != variable2; | ||
</pre> | </pre> | ||
+ | |||
+ | == Retorna == | ||
+ | Verdadero si son diferentes y falso si son iguales. | ||
== Advertencias == | == Advertencias == |
Revisión del 01:39 24 jun 2018
Descripción
Sintaxis
variable != valor; variable != expresion; variable1 != variable2;
Retorna
Verdadero si son diferentes y falso si son iguales.