mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 20:22:24 +00:00
Fixed typo in Features.md
This commit is contained in:
parent
b8694e65ab
commit
1a3cdd090b
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue