From 1a3cdd090bd04d53b9df2eb24c4b552424228882 Mon Sep 17 00:00:00 2001 From: Ivan Sukin Date: Fri, 11 Nov 2016 16:41:55 +0400 Subject: [PATCH] Fixed typo in Features.md --- 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).