Definition
compound_stm : { stm_list }
Purpose
A compound_stm represents a list of stms. Additionally, any declarations inside the compound_stm are visible only in that scope.
compound_stm : { stm_list }
A compound_stm represents a list of stms. Additionally, any declarations inside the compound_stm are visible only in that scope.