Hello,
Is it possible to define variable names according to input data? For instance:
input = "I k" => Int k
input = "I m" => Int m
input = "S s" => String s
Of course, the real application is much more complicated, but the basic question is the same.
Many thanks,
Maria