Skip to content

Commit

Permalink
Update fortran_ex.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WonyoungCho committed Nov 26, 2018
1 parent 863d83a commit 5c5465a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/fortran_ex.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ $ ./a.out
```

# Value attribute
**subprogram**에서의 값은 변경될 수 있지만, 실제 **argument** 값은 변하지 않는다.
```fortran
program value
implicit none
Expand Down

0 comments on commit 5c5465a

Please sign in to comment.