1 2 3 4 5 6 7 8 9 10 11 12
internal void init_repl() { for(;;) { print("reading user input..."); // TODO(nasr): design a repl system sleep(1); } }