edit
function editor.
📝Syntax
edit()
edit filename
edit function_name
📥Input Arguments
Parameter Description
filename a string: filename to open.
function_name a string: function name
📄Description

edit opens a new file called untitled.m in the nelson's editor.

If function_name is the name of a defined nelson function edit(function_name) try to open the associated file function_name.m .

edit(dirname) opens all .m available in dirname.

💡Examples
edit('edit')
🔗See Also
smartindent
🕔Version History
Version Description
1.0.0 initial version
1.5.0 edit(dirname) added
Edit this page on GitHub