Commit 7cdee8e054dd84ea3bd8368c131f4ca42f4d1fbf
1 parent
14b2efc8
Exists in
master
Update README.md
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -26,7 +26,7 @@ Professor: Rafael Vargas |
26 | 26 | | ++ | incremento inteira e ponto flutuante | |
27 | 27 | | -- | decremento inteira e ponto flutuante | |
28 | 28 | | && | AND | |
29 | -| `\|\|` | or | | |
29 | +| pipe(2x) | or | | |
30 | 30 | | ! | not | |
31 | 31 | | > | maior do que | |
32 | 32 | | >= | maior ou igual a | | ... | ... |