diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-03-17 00:01:36 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-03-17 00:01:36 -0700 |
commit | f9fc4a3d58a91cc81e9d150fd589373d66427492 (patch) | |
tree | a4d5249003f333190f83bf80058e8a90793cd807 /doc/manual.html | |
parent | 5380817ce63e1c830646a04edffb4b49aa16342e (diff) | |
download | teliva-f9fc4a3d58a91cc81e9d150fd589373d66427492.tar.gz |
file handles vs file objects, ugh
Diffstat (limited to 'doc/manual.html')
-rw-r--r-- | doc/manual.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual.html b/doc/manual.html index 4bdc72d..4156bb7 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -3602,8 +3602,9 @@ Returns the hyperbolic tangent of <code>x</code>. <h2>5.7 - <a name="5.7">File Input and Output Facilities</a></h2> <div class='teliva'> -While Teliva supports the standard Lua primitives for managing files, -idiomatic Teliva uses some slightly different primitives. +While Teliva supports the standard Lua primitives for managing files via +handles, idiomatic Teliva uses some slightly different primitives that use a +subtly different file object (name tbd). <p> <hr><h3><a name="pdf-start_reading"><code>start_reading (fs, filename)</code></a></h3> |