// // // //DICTIONARY int arr[] = {1,2,4}; dict elements; elements['lort'] = arr; if(isvalidindex(elements, 'lort') == 1) { int arra[] = elements['lort']; i@lort = arra[2]; }
Technical Art & Games
// // // //DICTIONARY int arr[] = {1,2,4}; dict elements; elements['lort'] = arr; if(isvalidindex(elements, 'lort') == 1) { int arra[] = elements['lort']; i@lort = arra[2]; }