Return multiple values from a function

def f() { return [2, 3] } (a, b) = f() println a println b

timestamp: 2018-10-30T11:40:01 tags:

  • return