this repo has no description
at develop 256 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 9array[1..4] of string: v; 10string: s = join(", ", v); 11v = [show(10), show(5.3), "A String", "foo" ++ "bar"]; 12solve satisfy; 13output [s];