Guest User

Untitled

a guest
Jun 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. with(NAMESPACE.one){
  2. let dieselEngine = new Car()
  3. logger('Today factory has manufactured one car with the diesel engine1')
  4. }
  5. with(NAMESPACE.two){
  6. let VEightEngine = new Car()
  7. logger('Today I\'ve changed manufacturing technology')
  8. console.log(data)
  9. with(NAMESPACE.three){
  10. console.log(data)
  11. }
  12. }
Add Comment
Please, Sign In to add comment