|
Posted by Jonathan N. Little on 02/14/07 05:42
robert maas, see http://tinyurl.com/uh3t wrote:
> I want it to look like this:
> The meaning of that is that arg1 arg2 thru argz are each required, but
> then any combination of the keywords may be used, each a pair of the
> keyword itself and the corresponding value. For example, here's a
> description of a function's calling conventions in that notation:
> (make-hash-table &key :test :size :rehash-size :rehash-threshold)
> ***No blank line here***
> where there are no required arguments, only keyword arguments, so all
> of the following forms of call are syntactically valid:
How about with some styling? CODE element is default inline but if you
wish your code example displayed otherwise when within a paragraph then:
<style type="text/css">
P CODE { display: block; }
....
<p>
Paragraph text above code...
<code>Your code snipped </code>
continuation paragraph text below ...
</p>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|