TYPE Person
DECLARE FirstName : STRING
DECLARE LastName : STRING
DECLARE FavFood : STRING
DECLARE Age : INTEGER
ENDTYPE
DECLARE Persons : ARRAY [1:10] OF Person
This line does not work

I know it is not yet implemented in the code.
when it will be implemented.
if you have the code for this part, can you send it.
Thank you!!!!
TYPE Person
DECLARE FirstName : STRING
DECLARE LastName : STRING
DECLARE FavFood : STRING
DECLARE Age : INTEGER
ENDTYPE
DECLARE Persons : ARRAY [1:10] OF Person
This line does not work
I know it is not yet implemented in the code.
when it will be implemented.
if you have the code for this part, can you send it.
Thank you!!!!