RosettaCodeData/Task/Function-definition/Make/function-definition-1.make

6 lines
41 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
A=1
B=1
multiply:
@expr $(A) \* $(B)