More bugs to fix in this branch.
Visas pārbaudes ir veiksmīgas
The build was successful.

Šī revīzija ir iekļauta:
Rafal Kupiec 2018-11-28 14:09:21 +01:00
vecāks d3e0ffe4bf
revīzija a5ef118263
Parakstījis: belliash
GPG atslēgas ID: 4E829243E0CFE6B4

6
TODO
Parādīt failu

@ -7,6 +7,8 @@ Below list contains things that should be changed/fixed/implemented.
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.
3. FLOAT data type do not allow assignment of integer values. In this case INT value should be automatically typecasted to FLOAT.
4. Closures and methods declaration / definition uses function keyword.
4. Class properties do not support strict data type hinting.
5. Closures and methods declaration / definition uses function keyword.