Skip to content

Commit

Permalink
docs: update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
algebraic-dev authored Sep 7, 2023
1 parent f097d3f commit 31f28fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SPECS.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,16 @@ Exemplos que devem ser válidos: `print(a)`, `print("a")`, `print(2)`, `print(tr
| value | Term |
| location | Location |

Os valores devem ser printados como:

| Tipo | Como deve ser printado |
| ----- | ---------------------- |
| String | a string sem aspas duplas ex `a` |
| Number | o literal de número ex `0` |
| Boolean | `true` ou `false` |
| Closure | `<#closure>` |
| Tuple | `(term, term)` |

### First (Função de pegar o primeiro elemento de uma tupla)

`First` é uma chamada de função que pega o primeiro elemento de uma tupla. Ela é definida por:
Expand Down

0 comments on commit 31f28fc

Please sign in to comment.