[Coco] [CoCo] Re: Basic Lisp

Arthur Flexser flexser at fiu.edu
Sat Nov 15 17:26:44 EST 2014


On Sat, Nov 15, 2014 at 2:52 PM, Stephen Pereira <spereira1952 at comcast.net>
wrote:
>I also found that the CoCo does not like a variable to be named AS for
some reason,

AS is a keyword in Disk Basic, used with the FIELD command:

FIELD *#buffer, field size *AS *field *name,...

Organizes the space within a direct access buffer into

fields. Specify the *size *and name of each field.

FIELD 111,10 AS AS, 12 AS BS, 5 AS CS

Art


More information about the Coco mailing list