File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4300,9 +4300,16 @@ seconds (with sub-second resolution)
4300
4300
4301
4301
<a id="slurp"/>
4302
4302
[**slurp**](tablet-2-basic-syntax.html#files)
4303
+ [--\>](#minus-minus-greater-signature) [Str](#Str-type) | [Buf](#Buf-type)
4303
4304
*«path and file handle method»* —
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) —
4306
+ see also: [**spurt**](#spurt)
4305
4307
4308
+ <a id="spurt"/>
4309
+ [**spurt**](tablet-2-basic-syntax.html#files)
4310
+ *«path and file handle method»* —
4311
+ writes data (second parameter) into a file (first) with or without a [**file handle**](IO-type) —
4312
+ see also: [**slurp**](#slurp)
4306
4313
4307
4314
4308
4315
# [Sn](#nav-top)
You can’t perform that action at this time.
0 commit comments