LightTable-Groovy icon indicating copy to clipboard operation
LightTable-Groovy copied to clipboard

Collect and display method arguments

Open rundis opened this issue 11 years ago • 0 comments

  def myFunc(a, b, c) { // 2, 3, 4
    (a * b)/c
  }

  def x = myFunc(2,3,4)
´´´

rundis avatar Feb 24 '14 21:02 rundis