issue_0923a.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 standard_configuration: {
3  FluxType: mono
4  FluxFile: "standard_filename"
5 }
6 my_new_configuration: @local::standard_configuration
7 my_new_configuration.FluxFile: "new_filename"
8 
9 END_PROLOG