Version 1 Beta 31, 8/1/96:

Fixes bug in search function in which it skipped over all but the first alias defined in each class when searching the database.

Version 1 Beta 32, 8/11/96:

Fixes bugs in recently-added 64-bit integer libraries; added comparison operators and support for correct type casting between 64-bit integers and other primitive numeric types. Note that 64-bit integer literals are not yet directly supported. To create a 64-bit integer literal, you must use two 32-bit integer literals and combine them with a 64-bit operation. This will be changed in the near future. Also fixed some problems with floating point support in the interpreter.

Back to Developer home page