help

Help for functions in Command Window.

📝 Syntax

  • help function_name

  • help('function_name')

  • txt = help('function_name')

📥 Input argument

  • function_name - a string: function name

📤 Output argument

  • txt - a string: help text

📄 Description

help('function_name') displays the help text for the functionality specified.

💡 Example

help sin

🔗 See also

doc.

🕔 History

Version
📄 Description

1.15.0

initial version

👤 Author

Allan CORNET

Last updated

Was this helpful?