Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanchilger authored May 21, 2019
1 parent b469645 commit dcf88f8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@ A tabela representa os tipos de dados usados pra a declaração de variáveis. S
#### 1.1 Suporte à operadores
A tabela acima representa quais tipos suportam quais operadores.

| Operador | `olokinho` | `oloko` | `bicho` | `paiseuropa` |
|:--------:|:----------:|:-------:|:-------:|:------------:|
| `+` | ||||
| `-` | ||||
| `*` | ||||
| `/` | ||||
| `%` | ||||
| `^` |||||
| `>` |||||
| `<` | ||||
| `>=` |||||
| `<=` | ||||
| `==` | ||||
| `!=` |||||
| `&&` | ||||
| `\|\|` |||||
| Operador | Descrição | `olokinho` | `oloko` | `bicho` | `paiseuropa` |
|:--------:|:--------:|:----------:|:-------:|:-------:|:------------:|
| `+` | Soma | ||||
| `-` | Subtração | ||||
| `*` | Multiplicação | ||||
| `/` | Divisão | ||||
| `%` | Mod (resto da divisão) | | |||
| `^` | Exponenciação || |||
| `>` | Maior que |||||
| `<` | Menor que | ||||
| `>=` | Maior ou igual à |||||
| `<=` | Menor ou igual à | ||||
| `==` | Igual à | ||||
| `!=` | Diferente de |||||
| `&&` | E lógico | ||||
| `\|\|` | Ou lógico |||||

**Syntaxe:** `operando` `operador` `operando`

Expand Down

0 comments on commit dcf88f8

Please sign in to comment.