1 2 3 4 5 6 7 8 9 10 11 12 13 14
struct Scope { ~uint8 name, utils.Vector reg_vars, stack_vars, int c_const, c_sub } /; method Scope ;/