mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.10.3t5.45
This commit is contained in:
28
custom/help
Normal file
28
custom/help
Normal file
@@ -0,0 +1,28 @@
|
||||
NAME
|
||||
help - help for custom functions
|
||||
|
||||
SYNOPSIS
|
||||
custom("help", name)
|
||||
|
||||
TYPES
|
||||
name string
|
||||
|
||||
return null
|
||||
|
||||
DESCRIPTION
|
||||
This custom function will display the help for the builtin function
|
||||
named by the name argument.
|
||||
|
||||
EXAMPLE
|
||||
> custom("help", "custom_cal")
|
||||
... output the same as is produced by help custhelp/custom_cal ...
|
||||
|
||||
LIMITS
|
||||
calc must be built with ALLOW_CUSTOM= -DCUSTOM
|
||||
calc must be executed with a -C arg.
|
||||
|
||||
LIBRARY
|
||||
none
|
||||
|
||||
SEE ALSO
|
||||
custom
|
Reference in New Issue
Block a user