
fcompile(++File)

   Generates a byte-form object file from the ECLiPSe source File.

Arguments
   File                Name of source file (Atom or string)

Type
   library(fcompile)

Description

   This predicate is obsolete, use compile/2 instead.

   Same as fcompile/2 with all options set to their default
   values: the object file is placed in the current working directory,
   byte format is generated, non-verbose, and fcompile tries to
   compile the program first.

Modules
   This predicate is sensitive to its module context (tool predicate, see @/2).

See Also
   fcompile / 2
