integer function fdds_switch(switch, default)
1 y Y yes Yes
YES t T true True TRUE") then the return value will be 1, else
if the value is any of these values ("0 n N no No NO f F false
False FALSE") then the return value will be 0. If the switch
does not exist or if it does not have any of the above values, the
return value then will be Default.
logical :: l_verbose
...
! check for 'verbose=' on command line
l_verbose = (fdds_switch('verbose',0).eq.1)
fdds_scanf Retrieve definition