what
Get Nelson builtin and macro list.
📝Syntax
list_builtin = what()
[list_builtin, list_macro] = what()
📤Output Arguments
Parameter Description
list_builtin a cell of strings
list_macro a cell of strings
📄Description

what returns the list of all builtin and macro available in current Nelson's session.

💡Examples
l = what()
[l, m] = what()
🔗See Also
which
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub