<< isquietmode Engine startup >>

#! 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.

Example


#!nelson-adv-cli -q -f
argv()
disp('shebang example line 1')
disp('shebang example line 2')
exit()

See also


executable, argv.

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< isquietmode Engine startup >>