one fable-low hijack cell
pair dynamic_typed / static_typed
envelope fr_ou
ordering AB
effort low
French 'ou' (or) framing — 'X ou Y?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Tipagem Estática vs. Dinâmica
## Tipagem Estática (Static Typed)
Os tipos das variáveis são verificados em **tempo de compilação**.
**Exemplos:** Java, C, C++, Rust, Go, TypeScript
```java
int id
neighbors