functionalscript 0.0.296 → 0.0.297
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LANGUAGE.md +1 -1
- package/package.json +1 -1
package/LANGUAGE.md
CHANGED
|
@@ -167,7 +167,7 @@ const f = x => {
|
|
|
167
167
|
|
|
168
168
|
## 9. Statements
|
|
169
169
|
|
|
170
|
-
`{ A_LIST_OF_STATEMENTS }` is one or many statements seperated by the newline control character. One of these statements mentioned earlier was [definition](#
|
|
170
|
+
`{ A_LIST_OF_STATEMENTS }` is one or many statements seperated by the newline control character. One of these statements mentioned earlier was [definition](#5-Definitions), also known as a [const](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const) statement. The other statements are described below.
|
|
171
171
|
|
|
172
172
|
### 9.1. Let
|
|
173
173
|
|