| Authors: | Doug Coleman, Slava Pestov | 
| Class | Superclass | Slots | 
|  not-an-integer |  tuple | x | 
| Word | Syntax | 
|  DECIMAL: | 
|  currency-token | 
| Word | Stack effect | 
|  dollars/cents | ( dollars -- dollars cents ) | 
|  format-money | ( dollars cents -- string ) | 
|  money. | ( number -- ) | 
|  money>string | ( number -- string ) | 
|  not-an-integer | ( x -- * ) | 
|  parse-decimal | ( str -- ratio ) | 
|  split-decimal | ( str -- neg? dollars cents ) | 
| Word | Stack effect | 
|  not-an-integer? | ( object -- ? ) |