( #comment (let config (DataSource 'config)) (let res_sink (DataSink 'result)) (let list1 (AsList (Uint32 '1) (Uint32 '2) (Uint32 '3))) (let list2 (AsList (Uint32 '4) (Uint32 '5) (Uint32 '6))) (let world (Write! world res_sink (Key) (Collect (Take (Iterator list1) (Uint64 '2))) '('('type)))) (let world (Write! world res_sink (Key) (Collect (Take (Iterator list2) (Uint64 '0))) '('('type)))) (let world (Commit! world res_sink)) (return world) )