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 c3c0cf4 commit d67de16Copy full SHA for d67de16
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