Added rule to allow number member types to be used as FOR counter

This commit is contained in:
n00b87
2024-04-26 00:03:30 -05:00
parent 6587dc2898
commit db229aece8
4 changed files with 89 additions and 3 deletions

View File

@@ -49,6 +49,8 @@ void rcbasic_init()
init_embedded_functions();
init_embedded_variables();
//cout << "numid_count = " << num_id_count << endl;
//cout << "strid_count = " << str_id_count << endl << endl;