list_builtin = what()
[list_builtin, list_macro] = what()
| Parameter | Description |
|---|---|
| list_builtin | a cell of strings |
| list_macro | a cell of strings |
what returns the list of all builtin and macro available in current Nelson's session.
l = what()
[l, m] = what()
| Version | Description |
|---|---|
| 1.0.0 | initial version |