Advertisement
Guest User

Untitled

a guest
Sep 5th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.11 KB | None | 0 0
  1. # Error: invalid indentation
  2. dumpTree:
  3.   case i: int:
  4.   else: discard
  5.  
  6. dumpTree:
  7.   case i(int)
  8.   else: discard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement