# Introduction In the previous experiment, we learned about the use of functions. In Go, there is a special type of function called an anonymous function. It doesn't have a name and is simply referred to as an anonymous function. Let's learn about it together. **Knowledge Points:** - Defining anonymous functions - Using anonymous functions
Click the virtual machine below to start practicing