Georg Lay schrieb:

> This code is not nice.
> 
> ;; d8 = d4 * d6
> ;; d8 = d2
> ;; d2 = d8
> ;; return d2

this should be

;; d2 = d4 * d6
;; d8 = d2
;; d2 = d8
;; return d2

Georg

Reply via email to