help function_name
help('function_name')
txt = help('function_name')
| Parameter | Description |
|---|---|
| function_name | a string: function name |
| Parameter | Description |
|---|---|
| txt | a string: help text |
help('function_name') displays the help text for the functionality specified.
help sin
| Version | Description |
|---|---|
| 1.15.0 | initial version |