stack property

List<double> stack
getter/setter pair

Implementation

List<double> stack = List.filled(64, 0);