program: p = $$#daystaken + 0; if p < 4 then 'Slow pace' elif p < 8 then 'Fast pace' else 'Medium pace' fi