Release calc version 2.10.2t30

This commit is contained in:
Landon Curt Noll
1996-07-06 04:17:00 -07:00
commit 4618313a82
388 changed files with 85904 additions and 0 deletions

26
help/rm Normal file
View File

@@ -0,0 +1,26 @@
NAME
rm - remove a file
SYNOPSIS
rm(name)
TYPES
name name of a file
return nil
DESCRIPTION
Removes a file.
EXAMPLE
> rm("junk")
> rm("more/junk.cal")
LIMITS
name must be a non-zero length string
LIBRARY
none
SEE ALSO
rmdir