4 lines
63 B
Text
4 lines
63 B
Text
|
|
arr := { => }
|
||
|
|
arr[ 10 ] := "Val_10"
|
||
|
|
arr[ "foo" ] := "foovalue"
|