Metropoli BBS
VIEWER: aplwkcd.h MODE: TEXT (ASCII)
/*Copyright (C) 1993, 1996 by Thomas Glen Smith.  All Rights Reserved.*/
/* aplwkcd.h APL2 V1.0.0 ***********************************************
* These codes are used in aplwksp to identify commands starting with a *
* right parenthesis, e.g. )SAVE.                                       *
***********************************************************************/
#define CLEAR	1
#define COPY	2
#define DROP	3
#define ERASE  4
#define FNS	5
#define GROUP	6
#define GRP	7
#define GRPS	8
#define LIB	9
#define LOAD	10
#define OFF	11
#define PCOPY	12
#define READ	13
#define RUN	14
#define SAVE	15
#define SI	16
#define SINL	17
#define VARS	18
#define WRITE	19
#define WSID	20
[ RETURN TO DIRECTORY ]