Advertisement
Guest User

Untitled

a guest
Aug 13th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. (defun pjb-try ()
  2. (format nil "
  3. SHELL DESIGN SUMMARY
  4. ====================
  5. API Design for Product Design for Design
  6. 650 SP.GR. = ~6,3f Hydrostatic Test Corrosion Point Controlling Plate
  7. Ring # Width Mat'l Mat'l Allowable Calc. Allowable Calc. Allowance Thk Used Above Jt. Design Weight Type
  8. (~A) GROUP Spec. Stress Thk Stress Thk (~A) (~A) (~A) Condition (~A)
  9. (~A) (~A) (~A) (~A)
  10. "
  11. 1.08 "in" "in" "in" "in" "lbs" "NM" "in" "NM" "in"))
  12.  
  13.  
  14. (assert (string= (with-standard-io-syntax (pjb-try))
  15. (pjb-try)))
  16. (write-string (pjb-try))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement