Guest User

Untitled

a guest
Jul 2nd, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. >>> let a = 1
  2. >>> case a \
  3. ... of 1: echo "one"
  4. ... of 2: echo "two"
  5. ... else: echo "default"
  6. ...
  7. stdin(2, 4) Error: illformed AST: case a \ of 1
Advertisement
Add Comment
Please, Sign In to add comment