Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Print["hello world"];
  2. 1+1
  3.  
  4. Print["how are you ?"];
  5. 1+2
  6.  
  7. script01:=(
  8. Print["hello world"];
  9. 1+1
  10. )
  11.  
  12. script01
  13.  
  14. script01:=(
  15. Print["hello world"];
  16. 1+1
  17. )
  18.  
  19. script01
  20.  
  21. script02:=(
  22. Print["how are you ?"];
  23. 1+2
  24. )
  25.  
  26. script02
  27.  
  28. script01
  29. script02
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement