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 046f0fe commit b0e4fb8
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 @@ -68,6 +68,8 @@ Onde `..` é um location node que foi ocultado por brevidade.

`If` é uma estrutura que representa um bloco if/else dentro da linguagem. Ele é usado para tomar decisões com base em uma condição. O formato da estrutura é semelhante ao seguinte exemplo:

A condição de um boolean deve ser sempre um boolean.

```javascript
if (true) { a } else { b }
```
Expand Down

0 comments on commit b0e4fb8

Please sign in to comment.