Advertisement
Guest User

Untitled

a guest
May 25th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. test() {
  2. test2
  3. test3
  4. }
  5.  
  6. test2() {
  7. test21
  8. test22
  9. }
  10.  
  11.  
  12. test3() {
  13. test31
  14. }
  15.  
  16. test21() {
  17. test211
  18. }
  19.  
  20.  
  21. test22() {
  22. }
  23.  
  24. test211() {
  25. return # exit script from here
  26. }
  27.  
  28. test 31() {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement