Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added some see also
  • Loading branch information
lichtkind committed Dec 10, 2012
1 parent dd5acfd commit e91970d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/appendix-a-index.txt
Expand Up @@ -2359,7 +2359,8 @@ see also: [**gt**](#gt) and [**le**](#le)
«*io method*» —
returns a line (in [*item context*](appendix-g-glossary.html#item-context))
or all lines (in [*list context*](appendix-g-glossary.html#list-context))
from [*file handle*](#file-handle)
from [*file handle*](#file-handle) —
see also: [**lines**](#lines), [**words**](#words)

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

<a id="list"/>
**list**()
Expand Down Expand Up @@ -4305,12 +4306,6 @@ seconds (with sub-second resolution)
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 Expand Up @@ -4367,6 +4362,12 @@ see also: [**comb**](#comb)
inserts formated values out of variables into a string like [**printf**](#printf),
but returns the string instead of outputting it

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

<a id="sqrt"/>
**sqrt** ([Num](#Num-type) $f) &mdash;
square root of $f &mdash;
Expand Down

0 comments on commit e91970d

Please sign in to comment.