Fortran hash table  0.1
 All Classes Namespaces Files Functions Variables
Functions/Subroutines
example_from_readme.f90 File Reference

Very short example to demonstrate the syntax of the dictionary_t object. More...

Go to the source code of this file.

Functions/Subroutines

program example_from_readme
 Define a dictionary_t object, use the set and get methods. More...
 

Detailed Description

Very short example to demonstrate the syntax of the dictionary_t object.

Definition in file example_from_readme.f90.

Function/Subroutine Documentation

program example_from_readme ( )

Define a dictionary_t object, use the set and get methods.

Definition at line 5 of file example_from_readme.f90.