reciper/example/demo
2024-03-24 05:16:08 +01:00

17 lines
212 B
Text

# main targets
3 a
2 b
# definition for a
a
2 c
3 b
# definition for b
b
1 c
# no definition for c
# gives :
# to produce [ { item: "a", count: 3 }, { item: "b", count: 2 } ] get [ { item: "c", count: 17 } ]