this repo has no description
at develop 223 B view raw
1/*** 2!Test 3expected: !Result 4 status: SATISFIED 5 solution: !Solution 6 _output_item: 10, 5.3, A String, foobar 7***/ 8 9string: s = join(", ", [show(10), show(5.3), "A String", "foo" ++ "bar"]); 10solve satisfy; 11output [s];