// module2.rhai - A simple module with a multiply function fn multiply(x, y) { x * y }