Release calc version 2.11.0t10.3.1

This commit is contained in:
Landon Curt Noll
1999-11-16 14:57:18 -08:00
parent 025b5e58d6
commit fbd3a79eba
22 changed files with 101 additions and 44 deletions

View File

@@ -14,7 +14,7 @@ DESCRIPTION
the open file associated with fd. Unlike fgetline, the trailing
newline is included in the return string.
If a line is read, is returned, otherwise (EOF or ERROR) nil is returned.
If a line is read, it is returned, otherwise (EOF or ERROR) nil is returned.
EXAMPLE
> fd = fopen("/tmp/newfile", "w")
@@ -30,7 +30,7 @@ EXAMPLE
"chongo was here"
LIMITS
fd must be associaed with an open file
fd must be associated with an open file
LIBRARY
none