Skip to content

Files

Latest commit

 

History

History

LAMBDA Function

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

LAMBDA FUNCTION 📌

  • A Function without name (Anonymous Function)

  • Not Powerful as Named Function

  • It can work with single expression / single line of code

Declaration

lambda parameter_list : expression