Skip to content

Commit dd5acfd

Browse files
committed
add spurt to A
1 parent 6a19a29 commit dd5acfd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/appendix-a-index.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4300,9 +4300,16 @@ seconds (with sub-second resolution)
43004300

43014301
<a id="slurp"/>
43024302
[**slurp**](tablet-2-basic-syntax.html#files)
4303+
[--\>](#minus-minus-greater-signature) [Str](#Str-type) | [Buf](#Buf-type)
43034304
*«path and file handle method»* &mdash;
4304-
reads an entire file into a string without a [**file handle**](IO-type)
4305+
reads an entire file into a variable with or without a [**file handle**](IO-type) &mdash;
4306+
see also: [**spurt**](#spurt)
43054307

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)
43064313

43074314

43084315
# [Sn](#nav-top)

0 commit comments

Comments
 (0)