= "multiply"
= "Multiply one input by another"
= "multiply.rs"
= "multiply.md"
= "rust"
[[]]
= "i1" # - one number, of type `Number`
= "number"
[[]]
= "i2" # - the other number, of type `Number`
= "number"
[[]]
= "number" # - the multiplication of i1 and i2, of type `Number`