defs#
- swordfish.function.defs()#
If X is not specified, return all functions in the system as a table.
If X is specified, return all functions with names consistent with the pattern of X.
- Parameters:
X (Constant) – A string. It supports wildcard symbols “%” and “?”. “%” means 0, 1 or multiple characters and “?” means 1 character.