mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-01 12:30:48 +02:00
Translate simple operators (3)
This commit is contained in:
@@ -404,4 +404,11 @@ uint createdState = uint(State.Created); // 0
|
||||
// quale data location usare
|
||||
|
||||
|
||||
// 3. Operatori semplici
|
||||
// Ci sono operatori logici, a bit e aritmetici
|
||||
// Potenza: **
|
||||
// Or esclusivo: ^
|
||||
// Negazione bitwise: ~
|
||||
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user