wSize property Null safety
final
Implementation
static final NormalOperation wSize = NormalOperation.intOnly(
intCalc: (Model m) {
m.lastX = m.x;
m.wordSize = m.xI.toInt().abs();
m.popStack();
},
name: 'WSIZE');