Functions Syntax

     

     

     

    Arbitary Perameter

     

  • STAR is used to the preceding of perameter
  • It enables to use multiple functional arguments
  •  

     

    Lamda Function

     

  • lamda is a key word used to define the function
  •  

    Return Value

     

  • Every function returns a value
  • OUTPUT of the function stores in a variable
  •  

  • Retruned value stored in a variable called OUTPUT
  •  

    Note: In case function return multiple values(More than one), Function returns the output in form of TUPLE