Pre-requisites - IBM APL2 (Windows only) + Download from https://www-01.ibm.com/marketing/iwm/tnd/product.jsp?s=p&id=D543769I30278S34 - LITER.atf: an APL to ELI script + Download from http://fastarray.appspot.com/document.html + Place it in + Type ')LIB LITER' in APL2 (display 'LITER.atf') Instructions (APL2 environment) 1. )CLEAR // clear current workspace 2. )IN LITER // load all functions and variables from LITER.atf 2.1 (optional) // In the main function 'LITER', modify the variable 'PATH' to // specify where to save output files 3. )IN xxxxx // load APL programs 4. LITER // invoke main function