Guest User

Untitled

a guest
Dec 12th, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.22 KB | None | 0 0
  1. # PARTY
  2. # type Party* = object
  3. # proc party*(p: typedesc[Party]) = echo "Party"
  4.  
  5. # MAIN
  6. import Party
  7. Party.party
  8. #= Main.nim(2, 6) Error: internal error: expr(skModule); unknown symbol
  9. #= No stack traceback available
Advertisement
Add Comment
Please, Sign In to add comment