Greetings,

If I do:

'lib_file_io.so'⎕FX'FILE_IO'

I get a function that is bound to the shared library.  If I then do:

      )SAVE XYZ
      )OFF
apl
      )LOAD XYZ

I see FILE_IO is defined.  How can this be?  How could it already be bound
to the shared library?  Wouldn't I have to do this afresh with (at least)
every new evocation of APL?  How could it possibly still be bound?  What if
I moved that workspace to a different machine?

Thanks.

Blake

Reply via email to