1 function func() {
   2     print("hello world");
   3 }
   4 function() { print("run"); }