functions14 100 B

12345678910111213
  1. igoto("hi");
  2. goto("end");
  3. function wusi()
  4. {
  5. @hi
  6. print("HI");
  7. @end
  8. }
  9. print("a");
  10. @end