this repo has no description
1 2string: s = join(", ", [show(10), show(5.3), "A String", "foo" ++ "bar"]); 3solve satisfy; 4output [s];