Skip to content

Commit e91970d

Browse files
committed
added some see also
1 parent dd5acfd commit e91970d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/appendix-a-index.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,8 @@ see also: [**gt**](#gt) and [**le**](#le)
23592359
«*io method*» —
23602360
returns a line (in [*item context*](appendix-g-glossary.html#item-context))
23612361
or all lines (in [*list context*](appendix-g-glossary.html#list-context))
2362-
from [*file handle*](#file-handle)
2362+
from [*file handle*](#file-handle) —
2363+
see also: [**lines**](#lines), [**words**](#words)
23632364

23642365
<a id="getc"/>
23652366
[**getc**](tablet-5-io.html#getc)
@@ -2936,7 +2937,7 @@ returns a chomped list of lines
29362937
containing a string - example: `$str.lines($limit)` equals
29372938
[`$str.comb( / ^^ \N* /, $limit )`](#comb),
29382939
works also on [*file handles*](IO-type) &mdash;
2939-
see also: [**words**](#words)
2940+
see also: [**words**](#words), [**get**](#get)
29402941

29412942
<a id="list"/>
29422943
**list**()
@@ -4305,12 +4306,6 @@ seconds (with sub-second resolution)
43054306
reads an entire file into a variable with or without a [**file handle**](IO-type) &mdash;
43064307
see also: [**spurt**](#spurt)
43074308

4308-
<a id="spurt"/>
4309-
[**spurt**](tablet-2-basic-syntax.html#files)
4310-
*«path and file handle method»* &mdash;
4311-
writes data (second parameter) into a file (first) with or without a [**file handle**](IO-type) &mdash;
4312-
see also: [**slurp**](#slurp)
4313-
43144309

43154310
# [Sn](#nav-top)
43164311

@@ -4367,6 +4362,12 @@ see also: [**comb**](#comb)
43674362
inserts formated values out of variables into a string like [**printf**](#printf),
43684363
but returns the string instead of outputting it
43694364

4365+
<a id="spurt"/>
4366+
[**spurt**](tablet-2-basic-syntax.html#files)
4367+
*«path and file handle method»* &mdash;
4368+
writes data (second parameter) into a file (first) with or without a [**file handle**](IO-type) &mdash;
4369+
see also: [**slurp**](#slurp)
4370+
43704371
<a id="sqrt"/>
43714372
**sqrt** ([Num](#Num-type) $f) &mdash;
43724373
square root of $f &mdash;

0 commit comments

Comments
 (0)