| Paste number 94612: | method doc |
| Pasted by: | leo2007 |
| When: | 2 years, 21 seconds ago |
| Share: | Tweet this! | http://paste.lisp.org/+2104 |
| Channel: | #lisp |
| Paste contents: |
(defmethod area ((c cavity))
"Calculate the cross-section area."
(* (cavity-width c)
(cavity-depth c)))
This paste has no annotations.