LET /FORMAT

        [SIC\]LET Variable [=] Expression /FORMAT format_string

    Use the specified format to convert  the  expression  into  a  character
    string and assign it to the requested (character) variable. For example:
      define character c*6
      LET C acos(-1.0) /FORMAT F6.3
      exa c
      c = 3.142