Created
          August 5, 2021 14:34 
        
      - 
      
 - 
        
Save kobus1998/7d27afc440c056cc5d826dd66f272393 to your computer and use it in GitHub Desktop.  
    very useful program to sum a bit 
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| $i = (fn($x) => (function ($x) { | |
| return (fn($x) => $x + 1)($x + 1); | |
| })($x + 1)); | |
| echo $i(1); // 4 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment