locate
locate f
-- for an interpreted function
f
returns a sequence
(n,i,j)
describing the location of the source code. The name of the source file is
n
and the code is occupies lines
i
through
j
.
Go to
main index
.
Go to
concepts index
.