1
0
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:
Al
2022-07-20 21:00:05 +02:00
parent 632cd0cd96
commit bbef62f314

View File

@@ -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: ~
```