From d3e0ffe4bf4404ccf37c57ba3a6e2c1457e60cc8 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 28 Nov 2018 14:01:55 +0100 Subject: [PATCH] Update TODO list. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 3460c1a..2373b5f 100644 --- a/TODO +++ b/TODO @@ -5,7 +5,7 @@ Below list contains things that should be changed/fixed/implemented. 1. int[] $arr = {5, 5}; This syntax is unsupported yet. Should replace the array() function. -2. Data types like char or void are still not supported. +2. CHAR data type do not allow assignment of integer values in range of 0-255 inclusively as well as strings of 1-character length. 3. Class properties do not support strict data type hinting.