STORED
s->method = STORED;
s->mode = s->sub.left ? STORED : TYPE;
case STORED:
s->method = STORED;
s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
case STORED: