Lines Matching full:io
1340 (print or io.write)('done')
1345 a = b + c(print or io.write)('done')
1347 a = b + c; (print or io.write)('done')
1358 ;(print or io.write)('done')
6435 (<a href="#pdf-os.execute"><code>os.execute</code></a> and <a href="#pdf-io.close"><code>io.close</…
6448 (<a href="#pdf-io.open"><code>io.open</code></a>, <a href="#pdf-os.rename"><code>os.rename</code></…
7541 …df-string.format"><code>string.format</code></a> and <a href="#pdf-io.write"><code>io.write</code>…
9495 all operations are supplied by table <a name="pdf-io"><code>io</code></a>.
9497 the operation <a href="#pdf-io.open"><code>io.open</code></a> returns a file handle
9502 The table <code>io</code> also provides
9504 <a name="pdf-io.stdin"><code>io.stdin</code></a>, <a name="pdf-io.stdout"><code>io.stdout</code></a…
9522 <hr><h3><a name="pdf-io.close"><code>io.close ([file])</code></a></h3>
9533 <hr><h3><a name="pdf-io.flush"><code>io.flush ()</code></a></h3>
9537 Equivalent to <code>io.output():flush()</code>.
9543 <hr><h3><a name="pdf-io.input"><code>io.input ([file])</code></a></h3>
9563 <hr><h3><a name="pdf-io.lines"><code>io.lines ([filename, ···])</code></a></h3>
9575 The call <code>io.lines()</code> (with no file name) is equivalent
9576 to <code>io.input():lines("*l")</code>;
9589 <hr><h3><a name="pdf-io.open"><code>io.open (filename [, mode])</code></a></h3>
9618 <hr><h3><a name="pdf-io.output"><code>io.output ([file])</code></a></h3>
9622 Similar to <a href="#pdf-io.input"><code>io.input</code></a>, but operates over the default output …
9628 <hr><h3><a name="pdf-io.popen"><code>io.popen (prog [, mode])</code></a></h3>
9647 <hr><h3><a name="pdf-io.read"><code>io.read (···)</code></a></h3>
9651 Equivalent to <code>io.input():read(···)</code>.
9657 <hr><h3><a name="pdf-io.tmpfile"><code>io.tmpfile ()</code></a></h3>
9670 <hr><h3><a name="pdf-io.type"><code>io.type (obj)</code></a></h3>
9683 <hr><h3><a name="pdf-io.write"><code>io.write (···)</code></a></h3>
9687 Equivalent to <code>io.output():write(···)</code>.
9704 When closing a file handle created with <a href="#pdf-io.popen"><code>io.popen</code></a>,
9738 Unlike <a href="#pdf-io.lines"><code>io.lines</code></a>, this function does not close the file
9863 you explicitly <code>flush</code> the file (see <a href="#pdf-io.flush"><code>io.flush</code></a>).
10172 you may prefer to use <a href="#pdf-io.tmpfile"><code>io.tmpfile</code></a>,
10804 Option names in <a href="#pdf-io.read"><code>io.read</code></a> do not have a starting '<code>*</co…