3 lines
84 B
Text
3 lines
84 B
Text
|
|
use std
|
||
|
|
=: multiply <real a> [<real b>...] := -> real {Cgen a (@@1 (Cgen " * " b))}
|