Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add spurt to A
  • Loading branch information
lichtkind committed Dec 10, 2012
1 parent 6a19a29 commit dd5acfd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/appendix-a-index.txt
Expand Up @@ -4300,9 +4300,16 @@ seconds (with sub-second resolution)

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

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


# [Sn](#nav-top)
Expand Down

0 comments on commit dd5acfd

Please sign in to comment.