mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
![]() |
&a = "value"
|
||
|
&list = ["a" "b" "c" ...]
|
||
|
&elem = &list.get_ref(1)
|
||
|
switch! elem {
|
||
|
[&string] elem.0 = "z"
|
||
|
[] {}
|
||
|
}
|
||
|
list.debug()
|