mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
26 lines
752 B
Text
26 lines
752 B
Text
|
|
{ 1, 2 }
|
||
|
|
{ 2, 3 }
|
||
|
|
error{ errortext = "Array end index out of bounds" }
|
||
|
|
error{ errortext = "Array start index out of bounds" }
|
||
|
|
error{ errortext = "Array start index out of bounds" }
|
||
|
|
{ { 1, 2 }, { 3, 4 } }
|
||
|
|
error{ errortext = "Multiple subscript assignment not supported for this type" }
|
||
|
|
{ 1, 2, 3 }
|
||
|
|
error{ errortext = "Multiple subscript assignment not supported for this type" }
|
||
|
|
{ { 1, 2 }, { 3, 4 } }
|
||
|
|
error{ errortext = "Multiple subscript assignment not supported for this type" }
|
||
|
|
dict{ "k" -> { 7, 8 } }
|
||
|
|
error{ errortext = "Multiple subscript assignment not supported for this type" }
|
||
|
|
struct{ x = { 1, 2 } }
|
||
|
|
error{ errortext = "Multiple subscript assignment not supported for this type" }
|
||
|
|
{ 1, 2, 3 }
|
||
|
|
azyxef
|
||
|
|
{ 1, 42, 3 }
|
||
|
|
dict{ "c" -> 3 }
|
||
|
|
3
|
||
|
|
7
|
||
|
|
7
|
||
|
|
7
|
||
|
|
b
|
||
|
|
1
|