load
cpp
,
the user can use, as in C programs, #include
and #define
in Asir program source codes.
The cpp
which is installed to the system with a C compler is used in the unix version.
The mcpp
http://mcpp.sourceforge.net is used in the Windows version.
Note that the length of a line has a limit for an input mcpp
.
The OpenXM/bin/ox_cpp
is used in the unix/OpenXM version
(including cfep/asir for MacOS X).
This is the cpp
distributed with the Portable C compiler http://pcc.ludd.ltu.se.
ASIRLOADPATH
, then
if the search ends up in failure, the standard library directory
(or directories assigned to ASIR_LIBDIR
) shall be searched.
On Windows, get_rootdir()/lib
is searched if
ASIR_LIBDIR
is not set.
end
command at the last line of
your program. If not, Asir will not give you a prompt after it
will have executed load
command.
(Escape with an interrupt character (section Interruption),
if you have lost yourself.)
Even in such a situation,
Asir itself is still ready to read keyboard inputs as usual.
It is, however, embarrassing and may cause other errors.
Therefore, to put an end$
at the last line is desirable.
(Command end;
will work as well,
but it also returns and displays verbose.)
end
, quit
, section which
, section get_rootdir
.
Go to the first, previous, next, last section, table of contents.