Topic: APLX Help : Help on APL language : File System

www.microapl.co.uk

Component File Systems


Component files are APL files in which you can store arbitrary APL arrays or overlays. APLX supports two different component file systems. The first of these is based on the file-access primitives ⍇ ⍈ ⍐ ⍗ (as implemented in APL.68000), and the second is based on system functions such as ⎕FTIE.

⍇-based Component File System
⎕FTIE-based Component File System

Topic: APLX Help : Help on APL language : File System