1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 03:50:32 +02:00

Adding a missing translation

This commit is contained in:
Corvus
2018-07-25 12:35:00 +08:00
parent 42a4ed848a
commit 2ddbf5b73d

View File

@@ -53,7 +53,7 @@ program example !声明一个叫做 example 的程序
! 分隔符 '::' 并不总是必要的,但推荐使用
! many other variable attributes also exist:
! 还存在很多其他的变量特征:
real, pointer :: p !声明一个指针
integer, parameter :: LP = selected_real_kind(20)