functionalscript 0.0.409 → 0.0.410

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.
Files changed (2) hide show
  1. package/doc/fa.md +8 -2
  2. package/package.json +1 -1
package/doc/fa.md CHANGED
@@ -129,11 +129,17 @@ const i5 = [
129
129
  id, id, id, _,
130
130
  _, _, _, id]
131
131
 
132
- const i6 = [
132
+ const i7 = [
133
133
  id, id, id, id,
134
134
  id, id, id, id,
135
135
  id, id, id, _,
136
136
  _, _, _, _]
137
+
138
+ const id = [
139
+ _, _, i2, i3,
140
+ i4, i5, i4, i7,
141
+ _, _, _, _,
142
+ _, _, _, _]
137
143
  ```
138
144
 
139
145
  ```js
@@ -155,4 +161,4 @@ const i = [
155
161
  // 5
156
162
  1111_1111_1110_0000,
157
163
  ]
158
- ```
164
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.409",
3
+ "version": "0.0.410",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {