| Line 69: |
Line 69: |
| | // Have a holder for instructional control return array | | // Have a holder for instructional control return array |
| | future_instructional_return = []; | | future_instructional_return = []; |
| − | // Hava a holder for data return array
| |
| | | | |
| | //|||||||||||||||||||||||||||||||||||||||||||||||||||||[ I N S T R U C T I O N S C O N T R O L ]|||||||||||||||||||||||||||||||||||||||||||||||||||||| | | //|||||||||||||||||||||||||||||||||||||||||||||||||||||[ I N S T R U C T I O N S C O N T R O L ]|||||||||||||||||||||||||||||||||||||||||||||||||||||| |
| − | //|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |
| | | | |
| | // Init program, check if instructions are an object : | | // Init program, check if instructions are an object : |
| Line 82: |
Line 80: |
| | | | |
| | //|||||||||||||||||| Check if elements of instruction object are arrays themselves |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| | | //|||||||||||||||||| Check if elements of instruction object are arrays themselves |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
| − | //||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |
| | | | |
| | if ( Array.isArray (read[path]) ) { | | if ( Array.isArray (read[path]) ) { |
| Line 89: |
Line 86: |
| | | | |
| | console.log("instructions are an array of arrays"); | | console.log("instructions are an array of arrays"); |
| − | future_return_partition = data_function( future_instructional_return, read[ path ][ path2 ] ); | + | future_return_partition = data_function( future_return_partition, read[ path ][ path2 ] ); |
| | //||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| | | //||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
| | //|||||||||||||||||||||||||||||||||||||||||||||||||||[ I N S T R U C T I O N S C O N T R O L |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| | | //|||||||||||||||||||||||||||||||||||||||||||||||||||[ I N S T R U C T I O N S C O N T R O L |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |