% Lab 7 Functions: Machine Translation

% (e) trans: basic translation predicate



% (h) list_to_sentence: 
%     takes a list L and writes elements of list
%     to screen separated by spaces.


% (i) rtrans: use read_in + list_to_sentence


% (j) rtrans2:
%     Gives output
%     The translation from .. to .. of ... is ...


% (k) Create code to allow user to enter into prolog:
%     translate from LANG_IN to LANG_OUT

