get_prototypeΒΆ
get_prototype returns the prototype string of a UniScript function.
- ssPrototype = get_prototype(ssFunction)
Return Value
ssPrototype is the prototype string of a UniScript function.
Parameters
- ssFunction
ssFunction is the name of a UniScript function.
Example
* get_prototype("sinh")
sinh(x);
See also
id-1272419