• 3 Posts
  • 4 Comments
Joined 8 months ago
cake
Cake day: May 27th, 2025

help-circle
  • If I understand this correctly, I think I lose having a consumable list as the final output. But it got me on the right track I think. THANKYOU!

    I’m working with this now, which seems to produce a functional consumable list derived from a slice of the original list.

    thanks again, I hadn’t stumbled across the createPerchanceTree command in the tutorials.

    OriginalList
      d
      c
      x
      y
      z
    
    //calls consumableList here just to prevent duplication
    a = \{  [OriginalList.consumableList.selectMany(2).joinItems("|")]  \}
    
    output
      //converts the selectmany product to a consumableList
      [newList = createPerchanceTree("slicedList =" + a ).slicedList.consumableList] [newList] [newList]