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