Advertisement
TheFastFish

string logic

Oct 22nd, 2015
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. +++String logic+++
  2. ~~in PTC~~
  3. -Values-
  4. any string: illegal
  5. -Operators-
  6. ! : illegal
  7. == , != : allowed
  8. > , < , <= , >= : illegal
  9. && , || : N/A
  10. ~~In SB~~
  11. -Values-
  12. any string: truthy
  13. -Operators-
  14. ! : illegal
  15. == , != : allowed
  16. > , < , <= , >= : allowed
  17. && , || : allowed
  18. +++EOF+++
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement