> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lipolang.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Incremento/Decremento

Servem para aumentar ou diminuir o valor de uma variável numérica.

| Tipo |        Descrição       |
| ---- | :--------------------: |
| ++   | Incremento (pré e pós) |
| --   | Decremento (pré e pós) |
