// Clear files, variables, figures, screen.
mode(-1);
clc;

disp('Starting full reset...')
//disp('Press enter to continue...');
//halt;

clc;
clear
//mclose('all');

//
// LOL !!!!
// Well... I'm pretty sure this is totally useless.
//
// Assuming that max 50 figures are currently open
//for counter =1:50
//   close
//end
//YES BUT I NEED HOW TO PERFORM THE CLOSE ALL ACTION!!!
lines(0)