mirror of
https://github.com/google/go-jsonnet.git
synced 2026-01-06 17:01:04 +01:00
2 lines
36 B
Jsonnet
2 lines
36 B
Jsonnet
(function(x, y=42) x + y)(y=1, x=2)
|