Advertisement
Guest User

Untitled

a guest
Aug 29th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. root@vipul-linux:/home/vipul/Desktop# ns helloworld.tcl
  2.  
  3. (_o5 cmd line 1)
  4. invoked from within
  5. "_o5 cmd at 1 “puts “Hello World””"
  6. invoked from within
  7. "catch "$self cmd $args" ret"
  8. invoked from within
  9. "if [catch "$self cmd $args" ret] {
  10. set cls [$self info class]
  11. global errorInfo
  12. set savedInfo $errorInfo
  13. error "error when calling class $cls: $args" $..."
  14. (procedure "_o5" line 2)
  15. (SplitObject unknown line 2)
  16. invoked from within
  17. "_o5 at 1 “puts “Hello World””"
  18. ("eval" body line 1)
  19. invoked from within
  20. "eval $scheduler_ at $args"
  21. (procedure "_o3" line 3)
  22. (Simulator at line 3)
  23. invoked from within
  24. "$ns at 1 “puts \“Hello World\””"
  25. (file "helloworld.tcl" line 2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement