Minor modifications
This commit is contained in:
@ -99,3 +99,5 @@ let () =
|
||||
| Some o -> o
|
||||
in
|
||||
interpret_file inx inputval outx;
|
||||
|
||||
Out_channel.close outx
|
||||
|
||||
@ -90,3 +90,5 @@ let () =
|
||||
| Some o -> o
|
||||
in
|
||||
interpret_file inx inputval outx;
|
||||
|
||||
Out_channel.close outx
|
||||
|
||||
@ -140,3 +140,5 @@ let () =
|
||||
in
|
||||
|
||||
interpret_file inx registers outx;
|
||||
|
||||
Out_channel.close outx
|
||||
|
||||
Reference in New Issue
Block a user