Guest User

Untitled

a guest
Jul 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. x: a string variable
  2. y: a string variable
  3. a: an array variable
  4. b: an array variable
  5. i: an integer variable
  6. j: an integer variable
  7. m: a real number variable
  8. n: a real number variable
  9. v: a bitvector variable
  10. w: a bitvector variable
  11. p: a file variable
  12. q: a file variable
  13. r: a boolean variable
  14. s: a boolean variable
  15.  
  16. x && y // String theory + Existence theory?.
  17. && length(v) > length(w) // Bitvector theory.
  18. && length(x) != length(y) // String theory.
  19. && i > j // Integer theory.
  20. && m > n // Real number theory.
  21. && r || s // Boolean theory.
  22. && read(p) != read(q) // File theory.
  23. && a[i] != a[j] // Array theory.
  24. && a[i] != i // Array theory mixed with integer theory.
  25. && p != i // Real number theory mixed with integer theory.
  26. && j > length(v) // Integer theory mixed with string theory.
  27. && match(read(p), y) // String theory mixed with file theory.
  28. ...
Add Comment
Please, Sign In to add comment