**CIGAL Reference Manual, Chapter 4 (Variables): stack** ===== Stack -- Array variable providing direct access to CIGAL stack data ===== **usage: stack = values ; Write to the STACK cautiously!** STACK is an internally defined long array variable providing direct access to essentially all of CIGAL's main memory data space: HSTACK. Because almost all of CIGAL's active working memory is stored in either STACK or HSTACK, these variables let's you look at (and modify) the program's internal data directly. Obviously, changing values within STACK (or [[jvs:cigal:manual:chapter4:hstack|HSTACK(4)]]) can have dire consequences for CIGAL's function and should only be done with great caution. **See Also:**\\ [[jvs:cigal:manual:chapter4:hstack|HSTACK(4)]], [[jvs:cigal:manual:chapter2:show|SHOW(2)]], [[jvs:cigal:manual:chapter1:variables|VARIABLES(1)]] [[jvs:cigal|CIGAL Home]], [[jvs:cigal:manual|CIGAL Manual]], [[jvs:cigal:manual:chapter4|Variables List]], [[jvs:cigal:manual:help|Manual Help]]