Skip to content

Commit 52051cd

Browse files
authored
Update ch03-00-declaration.md
1 parent c47231d commit 52051cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/ch03-00-declaration.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ $ fpm run
8686
Project is up to date
8787
42 3.14159012 Fortran
8888
```
89-
89+
- `write(*,*)`语句是用来输出的,其中第一个`*`表示输出位置是屏幕,第二个`*`表示输出的格式为默认格式。
90+
-`write`相似的`read(*,*)`表示输入,第一个`*`表示输入的位置是键盘,第二个`*`表示输入的格式为默认格式。
9091
- 你可能已经发现输出的浮点数似乎和你设置的值总是不太符合。这和浮点数的精度有关,具体见下一节。
9192

9293
## 常量属性

0 commit comments

Comments
 (0)