|
|
| version 1.1, 2024/09/28 01:35:39 | version 1.2, 2024/10/02 02:45:35 |
|---|---|
| Line 16 $a[1;2] | Line 16 $a[1;2] |
| 3. array kept: ^a.create[] ^json:string[$a] | 3. array kept: ^a.create[] ^json:string[$a] |
| or added: ^a.create[ $.3[3] ] ^json:string[$a] | or added: ^a.create[ $.3[3] ] ^json:string[$a] |
| or fail: ^try-catch{ ^a.create[$a] } | or ignored ^a.create[$a] ^json:string[$a] |
| 4. array kept: ^a.new[] ^json:string[$a] | 4. array kept: ^a.new[] ^json:string[$a] |
| or added: ^a.new[4] ^json:string[$a] | or added: ^a.new[4] ^json:string[$a] |
| or nested: ^a.new[$a] ^try-catch{ ^json:string[$a] } | or nested: ^a.new[$a] ^try-catch{ ^json:string[$a] } |