@@ -2359,7 +2359,8 @@ see also: [**gt**](#gt) and [**le**](#le)
2359
2359
«*io method*» —
2360
2360
returns a line (in [*item context*](appendix-g-glossary.html#item-context))
2361
2361
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)
2363
2364
2364
2365
<a id="getc"/>
2365
2366
[**getc**](tablet-5-io.html#getc)
@@ -2936,7 +2937,7 @@ returns a chomped list of lines
2936
2937
containing a string - example: `$str.lines($limit)` equals
2937
2938
[`$str.comb( / ^^ \N* /, $limit )`](#comb),
2938
2939
works also on [*file handles*](IO-type) —
2939
- see also: [**words**](#words)
2940
+ see also: [**words**](#words), [**get**](#get)
2940
2941
2941
2942
<a id="list"/>
2942
2943
**list**()
@@ -4305,12 +4306,6 @@ seconds (with sub-second resolution)
4305
4306
reads an entire file into a variable with or without a [**file handle**](IO-type) —
4306
4307
see also: [**spurt**](#spurt)
4307
4308
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)
4313
-
4314
4309
4315
4310
# [Sn](#nav-top)
4316
4311
@@ -4367,6 +4362,12 @@ see also: [**comb**](#comb)
4367
4362
inserts formated values out of variables into a string like [**printf**](#printf),
4368
4363
but returns the string instead of outputting it
4369
4364
4365
+ <a id="spurt"/>
4366
+ [**spurt**](tablet-2-basic-syntax.html#files)
4367
+ *«path and file handle method»* —
4368
+ writes data (second parameter) into a file (first) with or without a [**file handle**](IO-type) —
4369
+ see also: [**slurp**](#slurp)
4370
+
4370
4371
<a id="sqrt"/>
4371
4372
**sqrt** ([Num](#Num-type) $f) —
4372
4373
square root of $f —
0 commit comments