mirror of
https://github.com/google/go-jsonnet.git
synced 2026-01-04 16:01:04 +01:00
2 lines
77 B
Plaintext
2 lines
77 B
Plaintext
[[x, y] for x in [1, 2, 3, 4, 5] for y in [1, 2, 3, 4, 5] if x > 3 if y < 4]
|