Guest User

Untitled

a guest
Mar 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. doubleRightBracketTest
  2. w "1"]]"#",! ; False, even though '1' has a higher ASCII value than '#'
  3. w "-1"]]"-5",! ; True - The lower the value, the earlier a number sorts.
  4. ;
  5. w ""]]"1",! ; False - Empty string still sorts earlier than numbers.
  6. q
Add Comment
Please, Sign In to add comment