Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

P170808D

Language: Layout:
+ ] Show input
Compilation time: 0.12 sec, absolute running time: 0.07 sec, cpu time: 0.01 sec, memory peak: 3 Mb, absolute service time: 0,28 sec  
edit mode |  history  | discussion
Operações Lógicas

Menor
8 < 9 =TRUE
9 < 8 =FALSE

Maior
6 > 7 =FALSE
7 > 6 =TRUE

Menor e igual
1 <= 2 =TRUE
2 <= 1 =FALSE
2 <= 2 =TRUE

Maior e igual
3 >= 4 =FALSE
4 >= 3 =TRUE
4 >= 4 =TRUE

Diferente
0 <> 5 =TRUE
5 <> 5 =FALSE

e "and"
(6 <> 7) and ( 8 < 9) =TRUE
( 6 > 7) and (9 <> 7) =FALSE

ou "or"
(6 <> 7) or ( 3 >= 4) =TRUE
(6 <> 6) or (9 <> 9) =FALSE

Negação "not"
not (91 <> 72) =FALSE
not (94 <> 94) =TRUE


    
                
λ
.NET NoSQL database for rapid development