Skip to content

Commit

Permalink
Update special-cases.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Dias de Souza authored May 1, 2024
1 parent 3992bba commit 215660d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/compilers/special-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ Properties from imported packages, when fully qualified, shadow variable names i

## Dynamic

* The `Object` and `*` data types are fully dynamic, thus they may be mixed freely in operations, such as addition, property and query operators.
* There are `dynamic` classes, which allow for dynamic property operations.
* The `Object` and `*` data types are fully dynamic, thus they may be mixed freely in operations, such as addition, property and query operators and iteration.
* There are `dynamic` classes, which allow for dynamic property operations and iteration.

0 comments on commit 215660d

Please sign in to comment.