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

2 lines
48 B
Jsonnet

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