Word macros are one-click wonders that let you program complex procedures to launch at your bidding. Here are a few examples to get you started. One creates your company letterhead; the second one ...
;; Terminate the loop, but return the accumulated count. (loop for i in '(1 2 3 stop-here 4 5 6) when (symbolp i) do (loop-finish) count i) => 3 ;; The preceding loop is equivalent to: (loop for i in ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results