On Unix, Linux operating systems, Parses the rest of the script's initial line as an interpreter directive.
On Unix, Linux and MacOs X, shebang allows to execute directly a NelSon script.
#!nelson-adv-cli -q -f
argv()
disp('shebang example line 1')
disp('shebang example line 2')
exit()