fun multiply = var by var a, var b return a * b end writeLine(multiply(6, 7)) writeLine(multiply("can", 2))