- São valores imutáveis.
- Podem ser tipadas ou não:
- const oi = "Bom dia"
- const oi string = "Bom dia"
- As não tipadas só terão um tipo atribuido a elas quando forem usadas.
- Ex. qual o tipo de 42? int? uint? float64?
- Ou seja, é uma flexibilidade conveniente.
- Na prática: int, float, string.
- const x = y
- const ( x = y )
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.