RosettaCodeData/Task/Function-definition/TXR/function-definition-1.txr
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

4 lines
80 B
Text

@(define multiply (a b out))
@(bind out @(* a b))
@(end)
@(multiply 3 4 result)