<div><br></div>Below there is a line that reads "<span class="Apple-style-span" style="font-family: arial, sans-serif; border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">IV3   unboundThe following slots have :CLASS allocation:"</span><div>
<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br></span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">There should be a carriage return before the "The".<br>
</span></font><div><br></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><div>
$ java -jar abcl.jar</div><div>Armed Bear Common Lisp 0.19.0-dev</div><div>Java 1.6.0_17 Apple Inc.</div><div>Java HotSpot(TM) 64-Bit Server VM</div><div>Low-level initialization completed in 0.374 seconds.</div><div>Startup completed in 1.086 seconds.</div>
<div>Type ":help" for a list of available commands.</div><div>CL-USER(1): (defclass myclass ()</div><div>  (iv1 iv2 iv3</div><div>       (cv1 :allocation :class)))</div><div>#<STANDARD-CLASS MYCLASS {5EE04FD}></div>
<div>CL-USER(2): (setq i1 (make-instance 'myclass))</div><div>#<MYCLASS {195B6AAD}></div><div>CL-USER(3): i1</div><div>#<MYCLASS {195B6AAD}></div><div>CL-USER(4): (describe i1)</div><div>#<MYCLASS {195B6AAD}> is an instance of #<STANDARD-CLASS MYCLASS {5EE04FD}>.</div>
<div>The following slots have :INSTANCE allocation:</div><div>  IV1   unbound</div><div>  IV2   unbound</div><div>  IV3   unboundThe following slots have :CLASS allocation:</div><div>  CV1   unbound</div><div>CL-USER(5): </div>
<div><br></div></span></font></div></div>