zerothi / fdict

Fortran type-free variable and type-free dictionary
http://zerothi.github.io/fdict
Mozilla Public License 2.0
75 stars 17 forks source link

Allow retrieval of first value in dictionary without key specification #3

Closed zerothi closed 8 years ago

zerothi commented 8 years ago

When looping the dictionary one should be able to retrieve the value without specifying the key.

This is easily enabled by adding a new routine that does not take key as argument.

zerothi commented 8 years ago

added in c2d3014