{ "ch-1" : [ { "function" : "binaryprefix", "arguments" : [ 1, 0, 1 ], "result" : [ false, true, true ] }, { "arguments" : [ 1, 1, 0 ], "result" : [ false, true, false ] }, { "arguments" : [ 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1 ], "result" : [ false, true, true, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, true ] } ], "ch-2" : [ { "function" : "aliendictionary", "multiarg" : true, "arguments" : [ [ "perl", "python", "raku" ], [ "h", "l", "a", "b", "y", "d", "e", "f", "g", "i", "r", "k", "m", "n", "o", "p", "q", "j", "s", "t", "u", "v", "w", "x", "c", "z" ] ], "result" : [ "raku", "python", "perl" ] }, { "multiarg" : true, "arguments" : [ [ "the", "weekly", "challenge" ], [ "c", "o", "r", "l", "d", "a", "b", "t", "e", "f", "g", "h", "i", "j", "k", "m", "n", "p", "q", "s", "w", "u", "v", "x", "y", "z" ] ], "result" : [ "challenge", "the", "weekly" ] } ] }