3 lines
115 B
Text
3 lines
115 B
Text
;use dictionary as function for lookup; commas for readability, treated as white-space
|
|
> ({:a 1, :b 2, :c 3} :b)
|
|
2
|