Advertisement
Guest User

Untitled

a guest
May 29th, 2010
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $ perl6
  2. > say "hi"
  3. hi
  4. > say "hi"
  5. hi
  6. > say [{+}] (10,203,30,45, 500)
  7. Unable to parse blockoid, couldn't find final '}' at line 1
  8. > say [+] (0..5)
  9. Could not find sub &prefix:<[+]>
  10. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement