Closed shewer closed 1 month ago
cl = config:get_list('translator/comment_formant') -- old Projection() & load(configlist) proj = Projection() proj:load( cl) -- new Projection( [ConfigList | table] ) proj = Projection(cl) --1 proj = Projection( { 'xlit/abc/xyz'}) -- 2 -- new proj:load([ConfigList | table] ) proj:load( {'xlit/abc/xyz'})