Guest User

Untitled

a guest
Jun 14th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. ## PyFunge 0.5-dev-9e08c4764c3d, buffered I/O (flag=0x01)
  2.  
  3. y claims all of the following:
  4. That t is implemented
  5. That buffered I/O is being used
  6. That the number of bytes per cell is 4
  7. That the interpreter's handprint is 1350125208
  8. That the interpreter's version is 200
  9. That the behaviour of = is unavailable
  10. That the system's path separator is /
  11. That this Funge has 2 dimensions
  12. That the ID of the current IP is 1
  13. That the team number of the current IP is 1
  14. That the position of the IP was ( 64 89 )
  15. That the delta of the IP was ( -1 0 )
  16. That the offset of the IP was ( 0 0 )
  17. That the least point containing a non-space cell is ( -1 -1 )
  18. That the greatest point, relative to that point, is ( 180 795 )
  19. That the day of the month is 29
  20. <omitted>
  21.  
  22. ## PyFunge 0.5-dev-9e08c4764c3d, unbuffered I/O (flag=0x11)
  23.  
  24. y claims all of the following:
  25. That t is implemented
  26. That buffered I/O is being used
  27. BAD: after y the top cell is greater than 31
  28. That the number of bytes per cell is 1350125208
  29. That the interpreter's handprint is 200
  30. That the interpreter's version is 0
  31. That the behaviour of = is BAD: nonstandard
  32. That the system's path separator is
  33. That this Funge has 1 dimensions
  34. BAD: should be 2, or we wouldn't have got this far
  35. That the ID of the current IP is 1
  36. That the team number of the current IP is 89
  37. That the position of the IP was ( 0 64 )
  38. BAD: the position should have been ( 64 89 )
Add Comment
Please, Sign In to add comment