`bload27'
---------

bload27("FILENAME")
     :: Reads bsaved file created by older version of Asir.

RETURN
     expression read

FILENAME
     filename

   * In older versions an arbitrary precision integer is represented as
     an array of 27bit integers. In the current version it is
     represented as an array of 32bit integers. By this incompatibility
     the bsaved file created by older versions cannot be read in the
     current version by `bload'.  `bload27' is used to read such files.

   * On Windows one has to use `/' as the separator of directory names.

References
     *Note `bsave bload': bsave bload.

