229230231232233234235236237238
// so far we used R as a computational slave without REPL // now we start the loop, so the user can use the console System.out.println("Now the console is yours ... have fun"); re.startMainLoop(); } else { re.end(); System.out.println("end"); } } }
242243244245246247248249250251
231232233234235236237238239240