C7UX5ZXFR57J4TPHWF6KAQGWPID7AFLTYBDIFB2JROKXKPN7DY4QC
4I2LMNEXDHZTOTDKBJXHSZRQDHIBDXQOYJDNGQSZYXRNHZGP7YPAC
5FWVELA5XU72JOLKVJMIIEFUIFPJQD2MEQQZVGLB3PMNVJPJT2PAC
KEFZWDCOCLPTLSZJKRV4VYAHRITV5T33YKG2VGT332YAUCOBS3EAC
JGESC375DNF2CAB7ZOCSC45X5CGZVOXHSVCN643B3YHTRZRG6CIQC
line.section_stack = deepcopy(Section_stack)
line.section_stack = table.shallowcopy(Section_stack)
line.section_stack = deepcopy(Section_stack) -- as it is at the beginning
line.section_stack = table.shallowcopy(Section_stack) -- as it is at the beginning
endfunction table.shallowcopy(x) return {unpack(x)}
end
function table.shallowcopy(x)
return {unpack(x)}