this repo has no description
at develop 247 B view raw
1/*** 2!Test 3expected: !Result 4 status: SATISFIED 5 solution: !Solution 6 _output_item: foosbarsbazs 7***/ 8 9array[1..3] of string: something = ["foo", "bar", "baz"]; 10array[1..3] of string: x = [s ++ "s" | s in something]; 11solve satisfy; 12output x;