Skip to content

Commit

Permalink
docs: update specs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
algebraic-dev authored Sep 7, 2023
1 parent 8f283fe commit 9f47f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SPECS.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ Um `BinaryOp` é um enumerador que representa uma operação binária. Essas sã

`Print` é a chamada da função de printar para o standard output. Ela é definida por:

Exemplos que devem ser válidos: `print(a)`, `print("a")`, `print(2)`, `print(true)`, `print((1, 2))`

| Nome | Tipo |
| -------- | -------- |
| kind | String |
Expand Down

0 comments on commit 9f47f98

Please sign in to comment.