RosettaCodeData/Task/Function-definition/E/function-definition-2.e

2 lines
34 B
Plaintext

def multiply := fn a, b { a * b }