Adds `intent(in)` keyword for `value`.
This is just syntactic sugar since the Fortran Standard does not allow for intent(out), intent(inout) and volatile to be used with value.
Loading
Please register or sign in to comment
This is just syntactic sugar since the Fortran Standard does not allow for intent(out), intent(inout) and volatile to be used with value.