( (let config (DataSource 'config)) (let res_sink (DataSink 'result)) (let data (AsList (AsList (Int64 '12)))) (let data (Append data (AsList (Int32 '-5)))) (let world (Write! world res_sink (Key) data '('('type)))) (let world (Commit! world res_sink)) (return world) )