Added LONGCARD as a local extension

This commit is contained in:
ceriel
1996-08-14 07:42:40 +00:00
parent 08b6918ed8
commit 0f128c0bed
9 changed files with 59 additions and 18 deletions

View File

@@ -65,8 +65,8 @@ make all procedure names global, so that \fIadb\fR(1) understands them.
.IP \fB\-g\fR
produce a DBX-style symbol table.
.IP \fB\-l\fR
enable local extensions. Currently, the only local extension consists of
procedure constants.
enable local extensions. Currently, there are two local extensions:
procedure constants, and the type LONGCARD.
.IP \fB\-s\fR
make INTEGER ranges symmetric, t.i., MIN(INTEGER) = - MAX(INTEGER).
This is useful for interpreters that use the "real" MIN(INTEGER) to