RosettaCodeData/Task/Function-definition/TXR/function-definition-1.txr

5 lines
80 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
@(define multiply (a b out))
@(bind out @(* a b))
@(end)
@(multiply 3 4 result)