|
|
| version 1.2, 2024/10/02 02:45:35 | version 1.3, 2024/10/19 17:06:52 |
|---|---|
| Line 14 $h[ $.1[1] $.2[2] ] | Line 14 $h[ $.1[1] $.2[2] ] |
| $a[1;2] | $a[1;2] |
| 3. array kept: ^a.create[] ^json:string[$a] | 3. array kept: ^a.copy[] ^json:string[$a] |
| or added: ^a.create[ $.3[3] ] ^json:string[$a] | or added: ^a.copy[ $.3[3] ] ^json:string[$a] |
| or ignored ^a.create[$a] ^json:string[$a] | or ignored ^a.copy[$a] ^json:string[$a] |
| 4. array kept: ^a.new[] ^json:string[$a] | 4. array kept: ^a.create[] ^json:string[$a] |
| or added: ^a.new[4] ^json:string[$a] | or added: ^a.create[4] ^json:string[$a] |
| or nested: ^a.new[$a] ^try-catch{ ^json:string[$a] } | or nested: ^a.create[$a] ^try-catch{ ^json:string[$a] } |