rocket-lang icon indicating copy to clipboard operation
rocket-lang copied to clipboard

Support having multiple return values

Open MarkusFreitag opened this issue 3 years ago • 0 comments

def multiple()
  return "moo", 123, true
end

a, b, c = multiple()

MarkusFreitag avatar Sep 12 '22 21:09 MarkusFreitag