go-jsonnet/testdata/foldr_string.jsonnet
2022-09-27 21:46:37 +01:00

2 lines
48 B
Jsonnet

std.foldr(function(v, i) i + v + v, 'bcd', 'a')