Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. 133,135c133,135
  2. < Function queueFront returned value 'A'.
  3. < Function queueEmpty returned 'FALSE'.
  4. < Fucntion queueFull returned 'TRUE'.
  5. ---
  6. > Queue error: FRONT
  7. > Function queueEmpty returned 'TRUE'.
  8. > Fucntion queueFull returned 'FALSE'.
  9. 137,139c137,139
  10. < ABCDEFGH4
  11. < ^ ^
  12. < F B
  13. ---
  14. > ABCDEFGHZ
  15. > ^
  16. > E
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement