| Authors: | Alex Chapman |
| Class | Superclass | Slots |
| name interest-rate interest-payment-day opening-date transactions unpaid-interest interest-last-paid | ||
| date amount description |
| Word | Stack effect |
| ( name interest-rate interest-payment-day opening-date -- account ) | |
| ( date amount description -- transaction ) | |
| ( account transaction -- account ) | |
| ( account date -- ) | |
| ( account date -- ) | |
| ( account date -- balance ) | |
| ( account -- balance ) | |
| ( yearly-rate day -- daily-rate ) | |
| ( account date -- rate ) | |
| ( ... quot: ( ... day -- ... ) start end -- ... ) | |
| ( account transactions -- account ) | |
| ( account date -- ? ) | |
| ( name interest-rate interest-payment-day opening-date opening-balance -- account ) | |
| ( account date -- ) | |
| ( account date -- ) | |
| ( account date -- account ) | |
| ( transactions -- balance ) | |
| ( account date -- transactions ) | |
| ( account amount -- account ) |
| Word | Stack effect |
| ( object -- ? ) | |
| ( object -- ? ) |