5 lines
158 B
Text
5 lines
158 B
Text
<cffunction name="multiply" returntype="numeric">
|
|
<cfargument name="a" type="numeric">
|
|
<cfargument name="b" type="numeric">
|
|
<cfreturn a * b>
|
|
</cffunction>
|