Function.basic 154 B

12345678910111213141516
  1. function wusi()
  2. print("hi there")
  3. print("great")
  4. end
  5. wusi()
  6. gusi()
  7. gusi()
  8. wusi()
  9. function gusi()
  10. print("baum")
  11. print("wow")
  12. end
  13. gusi()