| Authors: | Doug Coleman | 
| Class | Superclass | Slots | 
  invalid-length |   tuple | x | 
  invalid-percent |   tuple | x | 
| Word | Stack effect | 
  (make-progress-bar) | ( percent len completed-ch pending-ch -- string ) | 
  check-length | ( x -- x ) | 
  check-percent | ( x -- x ) | 
  invalid-length | ( x -- * ) | 
  invalid-percent | ( x -- * ) | 
  make-progress-bar | ( percent length -- string ) | 
| Word | Stack effect | 
  invalid-length? | ( object -- ? ) | 
  invalid-percent? | ( object -- ? ) | 
| Vocabulary | Summary | 
  progress-bars.models |