Skip to content

Commit

Permalink
Update ch04-02-do.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler-37 authored Apr 6, 2024
1 parent 52051cd commit f30ddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch04-02-do.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ print *, result_sin

## 隐式循环

在数组构造器中,我们可以使用隐式循环
隐式循环省略了`do,end do`,写起来更加方便。在数组构造器中,我们可以使用隐式循环
``` fortran
program main
implicit none
Expand Down

0 comments on commit f30ddec

Please sign in to comment.