Advertisement
Guest User

Untitled

a guest
Aug 13th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. (defun try ()
  2. (format nil "~1tSHELL DESIGN SUMMARY~%~
  3. ~1t====================~%~
  4. ~17tAPI~30tDesign for Product~56tDesign for~98tDesign~%~
  5. ~17t650~34tSP.GR. =~6,3f~53tHydrostatic Test~74tCorrosion~98tPoint~107tControlling~130tPlate~%~
  6. ~1tRing #~9tWidth~16tMat'l~23tMat'l~32tAllowable~44tCalc.~53tAllowable~66tCalc.~75tAllowance~87tThk Used~
  7. ~97tAbove Jt.~109tDesign~121tWeight~130tType~%~
  8. ~9t(~a)~16tGROUP~23tSpec.~33tStress~44tThk~54tStress~66tThk~78t(~a)~89t(~a)~99t(~a)~108tCondition~122t(~a)~%~
  9. ~34t(~a)~44t(~a)~55t(~a)~66t(~a)~%"
  10. 1.08 "in" "in" "in" "in" "lbs" "NM" "in" "NM" "in"))
  11.  
  12. (assert (string= (with-standard-io-syntax (try))
  13. (try)))
  14. (write-string (try))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement