Text processing/1: Difference between revisions

Content added Content deleted
(use incorrect template parameters)
Line 420: Line 420:


=={{header|Common Lisp}}==
=={{header|Common Lisp}}==
{{incorrect}}
{{incorrect|Common Lisp|The output is incorrect - worst run}}
<lang lisp>(defstruct (measurement
<lang lisp>(defstruct (measurement
(:conc-name "MEASUREMENT-")
(:conc-name "MEASUREMENT-")
Line 532: Line 532:
Line 6 Date 1991-04-03: Accepted 24 Total 335.000 Average 13.958
Line 6 Date 1991-04-03: Accepted 24 Total 335.000 Average 13.958
Worst run started 1991-03-31 (49) and has length 24</pre>
Worst run started 1991-03-31 (49) and has length 24</pre>
[[Category:Common Lisp examples needing attention]][The output is incorrect - worst run]


=={{header|D}}==
=={{header|D}}==