Guest User

Untitled

a guest
Jan 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. school("School Name") {
  2. principal ("John Doe")
  3. classroom ("classroom1", teacher ("teacher1")) {
  4. student ("Bill")
  5. student ("Henry")
  6. student ("Bob")
  7. }
  8. classroom ("classroom1", teacher ("teacher2")) {
  9. student ("James")
  10. student ("Leo")
  11. student ("Dick")
  12. }
  13. }
Add Comment
Please, Sign In to add comment