Brace expansion: Difference between revisions

Line 1,226:
'use strict'
 
// 1. Return each test expression with an indented list of its expansions, while
// 2. logging each parse tree to the console.log() stream
Line 1,310:
var iLast = lstCommas.length;
 
var dctOr =return {
fn: or,
args: splitsAt(
Line 1,322:
})
};
 
return dctOr;
}
 
9,659

edits