Skip to content
  • Hubert Lubaczewski's avatar
    Use default value for parameters of function · 70aa2372
    Hubert Lubaczewski authored
    Previously (before 8.4!) to allow:
    - select function(a)
    - select function(a,b)
    - select function(a,b,c)
    we had to have 3 function definitions.
    
    Now we can have single with 3 parameters and default values for b and c.
    
    This makes code simpler and less repetitious.
    70aa2372