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

6 lines
41 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
A=1
B=1
multiply:
@expr $(A) \* $(B)