We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5685a commit 38039b2Copy full SHA for 38039b2
source/learn/f95_features/pointers.md
@@ -290,7 +290,8 @@ window => table(m:n, p:q)
290
291
The subscripts of window are `1:n - m + 1, 1:q - p + 1`.
292
Similarly, for `tar%u` (as defined in
293
-[Array elements](array_elements)),
+[Array elements](array_handling.md#array-elements)
294
+of section Array handling),
295
we can use, say, `taru => tar%u`
296
to point at all the u components of tar, and subscript it as
297
`taru(1, 2)`.
0 commit comments