Public signup for this instance is disabled. Go to our Self serve sign up page to request an account.
def a(b,c){} def a(b,c,d){} b = (this.&a).rcurry(0) b(1,2) // works b(1) // throws ArrayIndexOutOfBoundsException