Guest User

Untitled

a guest
Mar 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. rightBracketTest
  2. w "!"]"&",! ; False - "!" isASCII 33 and "&" is 38
  3. w "w"]"g",! ; True
  4. w "a"]"Z",! ; True - Capital letters come before lower-case in ASCII
  5. w " "]"",! ; True - In the Caché* environment, everything follows the empty string.
  6. q
Add Comment
Please, Sign In to add comment