From aa5252dc6b2f651497fa56192596d76fbf79008f Mon Sep 17 00:00:00 2001 From: Ivan Sukin Date: Fri, 11 Nov 2016 19:20:27 +0400 Subject: [PATCH] Fixed typo in Features.md (#47) --- doc/Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Features.md b/doc/Features.md index e7e8a39d..8ccb6509 100644 --- a/doc/Features.md +++ b/doc/Features.md @@ -13,7 +13,7 @@ The following type sizes follow the built compiler size: | Types | 32 bit builds | 64 bit builds | | ----- | ------------- | ------------- | | INTEGER | 16 bit | 32 bit | -| LONGINT, SET | 32 bit | 16 bit | +| LONGINT, SET | 32 bit | 64 bit | HALT/exit code has been simplified. Exit now just calls the system exit API rather than calling the kill API and passing our own process ID. For runtime errors it now displayes the appropriate error message (e.g. Index out of range).