diff options
Diffstat (limited to '')
-rw-r--r-- | src/tape.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ int bvr_command_processor(FILE * page_source_file, FILE * temp_output_file) { case 'r': /* ačunanje */ command_handler_output = bvr_handle_math(page_source_file, temp_output_file); break; + case 'j': /* oin */ + command_handler_output = bvr_handle_join(page_source_file, temp_output_file); + break; case 'b': /* unden */ // fprintf(stderr, "bunden %c\n", command_entered); command_handler_output = bvr_handle_info(page_source_file, temp_output_file); |