Display a linear combination: Difference between revisions

m
fixed typo
(Added EchoLisp)
m (fixed typo)
Line 54:
(define (task linears)
(html-print ;; send string to stdout
(for/string ((linear linears))
(string-append
(format "%a -> <span style='color:blue'>%a</span> <br>" linear (linear->html linear)))))
</lang>
{{out}}