Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. (13:33:16) (Lindrian) !explain a{1,}
  2. (13:33:16) (porktest)  +--» a 1 to infinite times Literal `a`
  3. (13:33:18) (Lindrian) !explain a{1}
  4. (13:33:18) (porktest)  +--» a 1 times Literal `a`
  5. (13:33:21) (Lindrian) !explain a{,1}
  6. (13:33:21) (porktest)  +--» a{,1} Literal `a{,1}`
  7. (13:33:28) (Lindrian) !explain a{0,1}
  8. (13:33:28) (porktest)  +--» a 0 to 1 times Literal `a`
  9. (13:33:42) (Lindrian) !explain a0,1}
  10. (13:33:43) (porktest)  +--» a0,1} Literal `a0,1}`
  11. (13:33:44) (Lindrian) !explain a01}
  12. (13:33:45) (porktest)  +--» a01} Literal `a01}`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement