closure_l2.sql 108 B

1234
  1. SELECT
  2. ListMap(AsList(1,2),($x)->{
  3. return ListMap(AsList(100,101),($y)->{return $x+$y})
  4. });