Help for this page
use warnings; use strict; ... use constant STEP_COUNT => 0+@{ STEPPER_SEQUENCE() }; say STEP_COUNT;
8