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/cmdbuf Normal file
View File

@@ -0,0 +1,26 @@
NAME
cmdbuf - print the command buffer
SYNOPSIS
cmdbuf()
TYPES
return str
DESCRIPTION
This function returns the command string that was formed by calc based
on its command line arguments. If calc was invoked without arguments,
this function will return an empty string.
EXAMPLE
> cmdbuf("")
""
LIMITS
none
LIBRARY
none
SEE ALSO
XXX - fill in