#! shebang
On Unix, Linux operating systems, Parses the rest of the script's initial line as an interpreter directive.
📄Description

On Unix, Linux and MacOs X, shebang allows to execute directly a NelSon script.

💡Examples
#!nelson-adv-cli -q -f
argv()
disp('shebang example line 1')
disp('shebang example line 2')
exit()
🔗See Also
executableargv
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub