summaryrefslogtreecommitdiffstats
path: root/src/tape.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tape.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tape.c b/src/tape.c
index 88d1950..0af7e4c 100644
--- a/src/tape.c
+++ b/src/tape.c
@@ -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);