pikelang / Pike

Pike is a dynamic programming language with a syntax similar to Java and C. It is simple to learn, does not require long compilation passes and has powerful built-in data types allowing simple and really fast data manipulation.
http://pike.lysator.liu.se/
Other
194 stars 34 forks source link

How can I access Mapping/Iterator values by keys? #11

Closed TheOnlyArtz closed 5 years ago

TheOnlyArtz commented 5 years ago

Let's say I got the next Mapping: image How can I access it's values by the keys? for example if I want the op value, how will I get it by it's name?

TheOnlyArtz commented 5 years ago

Solved!