| Rwtable -> self#beam_of_ident n
((input#get.(0))#rwtable input#get.(1)
input#get.(2) input#get.(3) input#get.(4))
+ | other ->
+ let err_message = "GUI not supported: "
+ ^ (string_of_symbol other) ^ "." in
+ raise (Process_error err_message)
end;;
class virtual process_binary =