1 2string: s = concat([show(10), show(5.3), show({1, 2, 3}), "A String"]); 3solve satisfy; 4output [s];