| 89 | } |
| 90 | |
| 91 | int Interactive::evaluate() |
| 92 | { |
| 93 | #ifdef USE_READLINE |
| 94 | while(char* c=readline::readline(PROMPT)) |
| 95 | execCommand(c); |
| 96 | output << Qt::endl; |
| 97 | #endif |
| 98 | return EXIT_SUCCESS; |
| 99 | } |
nothing calls this directly
no outgoing calls
no test coverage detected