ritajs-v2 icon indicating copy to clipboard operation
ritajs-v2 copied to clipboard

Test sequence transforms AFTER others

Open dhowe opened this issue 3 years ago • 0 comments

let ctx = { 
  rhymes: (word) => word + ' rhymes with ' + RiTa.random(RiTa.rhymes(word));
}
RiTa.evaluate('(dog | child | ox)].rhymes().norep()', ctx);

dhowe avatar Jan 11 '21 08:01 dhowe