Skip to content

Commit

Permalink
Update ch08-00-pointer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler-37 authored Mar 31, 2024
1 parent c0eef93 commit 40c6061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ch08-00-pointer.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ nullify(pa)
! 2.
pa=>null()
```
例如具有`allocatable`属性的局部变量,出了作用域会被自动释放,如果用指针指向它,也会造成指针悬垂

## 关联(`associate`)

Expand Down

0 comments on commit 40c6061

Please sign in to comment.