Google

Go to the first, previous, next, last section, table of contents.


end, quit

end, quit
:: Close the currently reading file. At the top level, terminate the Asir session.
  • These two functions take no arguments. These functions can be called without a `()'. Either function close the current input file. This means the termination of the Asir session at the top level.
  • An input file will be automatically closed if it is read to its end. However, if no end$ is written at the last of the input file, the control will be returned to the top level and Asir will be waiting for an input without any prompting. Thus, in order to avoid confusion, putting a end$ at the last line of the input file is strongly recommended.
[6] quit;
%
References
section load.


Go to the first, previous, next, last section, table of contents.