Test program for dictionary_m. More...
Go to the source code of this file.
Functions/Subroutines | |
program | test_01 |
Define a dictionary_t object, populate it with keys and values, and list the results with the show method. This program also: More... | |
Test program for dictionary_m.
Definition in file test_01.f90.
program test_01 | ( | ) |
Define a dictionary_t object, populate it with keys and values, and list the results with the show method. This program also:
Definition at line 10 of file test_01.f90.