6 lines
129 B
Text
6 lines
129 B
Text
DECLARE associative ASSOC STRING
|
|
|
|
associative("abc") = "first three"
|
|
associative("xyz") = "last three"
|
|
|
|
PRINT associative("xyz")
|