load
cpp
,
the user can use, as in C programs, #include
and #define
in Asir program source codes.
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 (see 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.