10 lines
135 B
Text
10 lines
135 B
Text
a: `zero `one `two / symbols
|
|
b: 0 1 2
|
|
|
|
d:. a,'b / create the dictionary
|
|
.((`zero;0;)
|
|
(`one;1;)
|
|
(`two;2;))
|
|
|
|
d[`one]
|
|
1
|