Newsgroups: comp.lang.apl
Path: watmath!watserv2.uwaterloo.ca!watserv1!blkcat!f70.n109.z1.fidonet.org!David.Michelson@uunet.UU.NET
From: David.Michelson@f70.n109.z1.fidonet.org (David Michelson)
Subject: A modest proposal
Message-ID: <735546144.AA03843@blkcat.UUCP>
Originator: daemon@watserv1.uwaterloo.ca
Sender: blkcat!Uucp@uunet.UU.NET
Organization: University of Waterloo
Date: Fri, 23 Apr 1993 02:26:04 GMT

The fn for converting an APL code object into APL-ASCII typewriter-paired
overlay for transmission in the case of STSC's PC and II APLs is:

1.   'FILE.EXT' []NCREATE -2
2.   @2 0 1 []ARBIN []VR 'FOO'
3.   []NUNTIE -2
4.   go into offline msg writer and import FILE.ext

Reverse (reception):
1.   export msg to 'FILE.inc'
2.   go into APL, tie native file to -2
3.   0 @2 1 0 5 1E3 []ARBIN ''
