These commands control system level activities. Unlike all the above commands they are not followed by a period.
ls -lF /usr/bin/usr/local
MAUDE_LIB environment variable,
and (c) the directory containing the executable. Otherwise, the full file name
must be given, together with a full path name if the file is not in the current
working directory. The in command may be nested, i.e., the included
file may contain in commands. Example:
in ../Examples/foo.maude
Notice that compilation of operator declarations and statements is done lazily, so that the module is not necessarily fully compiled when included. This implies that some warnings and advisories will only show up when a reduction actually takes place in the module. This also holds for a module that is entered by writing it in the prompt instead of a file.
load ../Examples/foo.maude