[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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 (2.7 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
, 6.11.3 which
, 6.14.16 get_rootdir
.